Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

update show-inherit logic to match Umbraco Core logic and fix logic #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kmeilander
Copy link

No description provided.

@AlexanderWagner82
Copy link

AlexanderWagner82 commented Jun 29, 2021

This one works great on documentTypes but renders Image and Files un-editable (since they don't have any language). There's probably a better way to fix this but i Changed this line (inside $scope.propertyEditorDisabled) from

if (property.unlockInvariantValue)

to

if (property.unlockInvariantValue || $scope.content.contentTypeAlias == "Image" || $scope.content.contentTypeAlias == "File") {

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants