Delete item version

Link to Sitecore documentation and this related question, “Versions” in the Ribbon tag, which must have the “Delete” parameter to remove a specific language version of the selected item, I have this option for most elements, but in the following scenario after adding a new language version in the item I can’t select "Delete":

Create a template “Sample” → Create a section “Data” → Add a field inside (this is the element at the end) → Add a new language version of this field → Here, the “Delete” option will not exist on the “Versions” tab.

Note. I just added this version by mistake and just want to cancel it (delete this version).

+4
source share
3 answers

You cannot delete the version of templates, template sections, and template fields using the content editor.

Instead, you can use the DB Browser application. You can open it using /sitecore/admin/dbbrowser.aspxurl.

You will see there Delete version.

+3
source

I implemented a tool that is already available in the Sitecore Marketplace. The tool allows you to remove another version on the items. For example, if you select an element, it will show the entire version containing the element, as well as a possible version of the language.

enter image description here

Here is a link to the module on the market: Sitecore Version Remover

+1
source

, . , :

enter image description here

0
source

Source: https://habr.com/ru/post/1657461/


All Articles