Accidentally deleted data type used by root document type
As the title says, I accidentally deleted a datatype used by my root document type.
Quite a few very old posts on her about this problem, surely by now this should just result in an invalid flagged property, rather than an unusable admin system?
Actually fixed now; I noticed that the stack trace contained references to an HttpCache so I restarted the AppPool and it works, and the property has been removed; so I guess that it does deal more gracefully with the situation, or would if the caching was not there anyway...
Accidentally deleted data type used by root document type
As the title says, I accidentally deleted a datatype used by my root document type.
Quite a few very old posts on her about this problem, surely by now this should just result in an invalid flagged property, rather than an unusable admin system?
http://our.umbraco.org/forum/templating/templates-and-document-types/4577-Deleted-data-type-causes-document-type-error
Unfortunately, there is no matching dataTypeId in cmsPropertyType so not sure what it's complaining about.
Actually fixed now; I noticed that the stack trace contained references to an HttpCache so I restarted the AppPool and it works, and the property has been removed; so I guess that it does deal more gracefully with the situation, or would if the caching was not there anyway...
is working on a reply...