always show shared badge on invariant properties on variant nodes
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
data-element="property-{{property.alias}}"
|
||||
ng-repeat="property in tab.properties track by property.alias"
|
||||
property="property"
|
||||
show-inherit="propertyEditorDisabled(property)"
|
||||
show-inherit="contentNodeModel.variants.length > 1 && !property.culture"
|
||||
inherits-from="defaultVariant.displayName">
|
||||
|
||||
<umb-property-editor
|
||||
@@ -42,7 +42,7 @@
|
||||
data-element="property-{{property.alias}}"
|
||||
ng-repeat="property in group.properties track by property.alias"
|
||||
property="property"
|
||||
show-inherit="propertyEditorDisabled(property)"
|
||||
show-inherit="contentNodeModel.variants.length > 1 && !property.culture"
|
||||
inherits-from="defaultVariant.displayName">
|
||||
|
||||
<umb-property-editor
|
||||
|
||||
Reference in New Issue
Block a user