Surendra Sharma

Surendra Sharma

Search This Blog

Sunday, June 4, 2017

Solved : Unable to see [shared] and [unversioned] labels for fields in item


We have upgraded our solution from Sitecore 6.5 version to 8.1. Everything is working fine except one content editor reported issue that he is unable to see [shared] and [unversioned] label in front of fields in item as

Missing shared and unversioned label
Missing shared and unversioned label

However admin user can see it.

Solution:-

Sitecore provides config setting for showing [shared] and [unversioned] label in front of fields for content editor.

Make config entry as true in below key as

<!--  CONTENT EDITOR SHOW FIELD SHARING LABELS
      Determines whether or not the Content Editor displays field sharing labels ([shared] and [unversioned]) to users that are not Sitecore administrators.
      Default value: false
-->
<setting name="ContentEditor.ShowFieldSharingLabels" value="true"/>

Now content editor can also able to see the labels as 

Shared and unversioned label
Shared and unversioned label


Please leave your comments or share this tip if it’s useful for you.

No comments:

Post a Comment