Have upgraded from 7.1.6 to 7.2.0 and am attepmting to set up a new datatype using the grid editor, all is working OK except that no available editors are listed or available.
This behaviour is replicated across 6 staging and 2 live environments.
Is the "debug" attribute in the web.config set to false? (Should be locally since Umbraco will ohterwise cache pretty hard) So make sure to do that and also make sure to empty the /App_Data/TEMP/ClientDependency folder and go to /config/ClientDependency.config and increment the version attribute and finally recycle the app pool.
Thanks , I eventually worked out the issue with the help of your post, particularly the second link you posted.
I was following the general upgrade instructions, which says to overwrite the bin ,umbraco and , umbraco_client folders, however, this misses the required file config/grid.editors.config.js. I added that and all worked as expected.
Glad to hear you got it working and thanks for sharing the solution with us.
In the upgrade documentation it says that one should always remember to merge configuration files when upgrading as well http://our.umbraco.org/documentation/Installation/Upgrading/general - Just adding for future reference if other people should come across the same issue as you did.
Grid editor list not showing
Have upgraded from 7.1.6 to 7.2.0 and am attepmting to set up a new datatype using the grid editor, all is working OK except that no available editors are listed or available.
This behaviour is replicated across 6 staging and 2 live environments.
Any ideas?
Hi Daniel
Have you followed the guidelines from the documentation here? http://our.umbraco.org/Documentation/Using-Umbraco/Backoffice-Overview/Property-Editors/Built-in-Property-Editors-v7/Grid-Layout-Best-Practices and here http://our.umbraco.org/documentation/using-umbraco/backoffice-overview/property-editors/built-in-property-editors-v7/grid-layout
Is the "debug" attribute in the web.config set to false? (Should be locally since Umbraco will ohterwise cache pretty hard) So make sure to do that and also make sure to empty the /App_Data/TEMP/ClientDependency folder and go to /config/ClientDependency.config and increment the version attribute and finally recycle the app pool.
Does that help?
/Jan
Thanks , I eventually worked out the issue with the help of your post, particularly the second link you posted.
I was following the general upgrade instructions, which says to overwrite the bin ,umbraco and , umbraco_client folders, however, this misses the required file config/grid.editors.config.js. I added that and all worked as expected.
Hi Daniel
Glad to hear you got it working and thanks for sharing the solution with us.
In the upgrade documentation it says that one should always remember to merge configuration files when upgrading as well http://our.umbraco.org/documentation/Installation/Upgrading/general - Just adding for future reference if other people should come across the same issue as you did.
Happy gridding!
/Jan
is working on a reply...