Closed bgunnarsson closed 5 years ago
ConditionalDisplayers uses the 'data-element' attribute to target the elements. You should check if the properties in Nested Content or Stacked Content are missing that attribute.
You're right, they are missing that data attribute.
I'm currently working on a fix that I will then be creating a PR for in the Umbraco-CMS core repo.
If this will be merged before 7.15.2 then if you want to use this package with NestedContent then the minimum version will be 7.15.2. The data-attribute will be like this -> data-property="property-nested___[alias]"
Thanks @bgunnarsson but not sure if Umbraco will release new 'features' any more. I think they will just support v7 for a few years and will only release security patches.
I'm pretty baffled by that they marked this as a feature since it's clearly an oversight - The normal property editors have this and not the NestedContent ones which in turn breaks this package and other packages that rely on that data-attribute. A clear bug in my books.
IF this gets fixed in v8 then great. I'll just handle v7 differently
You're right, I think they should release bugs fixes while they give support to v7. Anyways, I'm sure this will be fixed on v8.
This will be coming in 7.15.3 and 8.1.4 👍
I have a CD checkbox inside a nested content item which is then inside of a stacked content item and no fields are hidden, everything is shown (default). I'm currently checking if I can fix the issue.