I am using Umbraco 7.4.3 and have a document type called "customInputCheckbox" with a property "cfLabel".
I had the same property added to "customInputBase" document type, but because of a bug in Nested Content 0.2.0 with compositions I didn't use the composition doc type.
Now I have updated Nested Content to v0.3.0, where the issue is fixed and would like to use the composition property.
I think a did delete the property "cfLabel" from "customInputCheckbox" first before selecting to use "customInputBase" as composition for "customInputCheckbox", but now I get the following error also in content section - so I can't actually do much in backoffice now.
YSOD when adding composition doc type
I am using Umbraco 7.4.3 and have a document type called "customInputCheckbox" with a property "cfLabel".
I had the same property added to "customInputBase" document type, but because of a bug in Nested Content 0.2.0 with compositions I didn't use the composition doc type.
Now I have updated Nested Content to v0.3.0, where the issue is fixed and would like to use the composition property.
I think a did delete the property "cfLabel" from "customInputCheckbox" first before selecting to use "customInputBase" as composition for "customInputCheckbox", but now I get the following error also in content section - so I can't actually do much in backoffice now.
Any idea how to fix this?
Thanks, Bjarne
After this was breaking backoffice UI, I had a look a the DB table "cmsPropertyType":
I deleted the last row in the table and after that I could access content nodes and document types again.
I have created an issue here with more details and how to reproduce: http://issues.umbraco.org/issue/U4-8798
is working on a reply...