The GetAll method only list all current dataType of your instance, double check if all your datatype are properly installed and configured, maybe some plugin are missing or something like that.
FYI: GetAll uses the Umbraco datatype service:
var dataTypes = Services.DataTypeService.GetAllDataTypeDefinitions();
Can't edit grid editors
Hi
In my umbraco backoffice i can't edit my grid editors. When i do, i get this:
Can you please help me?
Hi Danni,
Have you created some datatype just before having this issue?
Nope, it's working on my development server, but not on my live.
Hi Danni
Have you double checked permissions are properly setup on your live server compared to your development server?
/Jan
Good Morning Danni,
The GetAll method only list all current dataType of your instance, double check if all your datatype are properly installed and configured, maybe some plugin are missing or something like that.
FYI: GetAll uses the Umbraco datatype service: var dataTypes = Services.DataTypeService.GetAllDataTypeDefinitions();
is working on a reply...