Type drop down list empty when editing document type
Blast from the past time! We've got an install that was upgraded a long time and we've just noticed that the Type drop down list (where you select the editor type for the property) isn't getting populated.
We vaugely recall an issue with the Google Maps data type with a v4.11.6 upgrade and that was installed but removing it doesn't help.
Has anyone seen this before and/or know how to fix it? We've checked the SQL which generates the drop down list but it seems to run fine so we're not sure why it's not working. When saving it errors with an Input String error as it can't convert the value(s) to an int...
Type drop down list empty when editing document type
Blast from the past time! We've got an install that was upgraded a long time and we've just noticed that the Type drop down list (where you select the editor type for the property) isn't getting populated.
We vaugely recall an issue with the Google Maps data type with a v4.11.6 upgrade and that was installed but removing it doesn't help.
Has anyone seen this before and/or know how to fix it? We've checked the SQL which generates the drop down list but it seems to run fine so we're not sure why it's not working. When saving it errors with an Input String error as it can't convert the value(s) to an int...
Any thoughts welcome!
In case I (or anyone else) comes across this in the future. The issue turned out to be with Autofac as discussed in this ticket: https://our.umbraco.com/forum/ourumb-dev-forum/bugs/15485-Generic-Properties-Tab-Type-drop-down-empty-
Removing
Autofac.Web
from the project seems to have resolved the issue. Apparently it was installed 5 years ago and no-one noticed that broke!is working on a reply...