Hi Aron, just tried adding a property with the name and alias beginning with a #, but can't replicate the error - how about looking in cmsPropertyType to remove the # prefix ?
cmsPropertyType, that's what I meant, thanks Hendy :-)
It's still weird indeed, I've never seen this problem. Also check the umbracoNode table to see if the docTypes are still there. (search for the docType name in the "text" column).
'#' in Document Type property - Document Types disappear
I accidentally added a document type property with a '#' at the start (#First Name) and now all the document types have disappeared from the tree.
Is there a way i can get them back?
v4.0.3
Thanks
Aron
Hi Aron, just tried adding a property with the name and alias beginning with a #, but can't replicate the error - how about looking in cmsPropertyType to remove the # prefix ?
Hehe, whoops! Try checking the umbracoProperty table and rename the property.
cmsPropertyType, that's what I meant, thanks Hendy :-)
It's still weird indeed, I've never seen this problem. Also check the umbracoNode table to see if the docTypes are still there. (search for the docType name in the "text" column).
Solved! I found the property in the umbracoNode table and took the # off. The doc types are back.
Thanks guys for your help.
Cheers
Aron
is working on a reply...