I have a strange problem with saving changes to editors. They save as normal but then when I navigate from them I get the message "discard changes or stay on page".
And when I navigate away anyway, the change shows on that editor but not in the grid data type or in content section.
I'm not sure what version of v7 you are using, but the "discard changes or stay on page" feature has been known to be somewhat unreliable in earlier versions, are to some extend still is.
When you save changes, LeBlender modifies the grid.editors.config.js config file for you. Umbraco, afaik, only load this config file once, on page load. So you need to refresh the backend to make the changes take effect. At least, that's been my experience. Remember not to get caught by annoying caching issues :)
thanks for the answer. Yes, it seems I was caught by caching.
Cleaning the browser cache seems to have solved the problem with both stay/discard notice and the fact that changes weren't showing in the content section.
Problems with saving editors
I have a strange problem with saving changes to editors. They save as normal but then when I navigate from them I get the message "discard changes or stay on page".
And when I navigate away anyway, the change shows on that editor but not in the grid data type or in content section.
Do you have any ideas what the problem might be?
Hi Maria
I'm not sure what version of v7 you are using, but the "discard changes or stay on page" feature has been known to be somewhat unreliable in earlier versions, are to some extend still is.
When you save changes, LeBlender modifies the grid.editors.config.js config file for you. Umbraco, afaik, only load this config file once, on page load. So you need to refresh the backend to make the changes take effect. At least, that's been my experience. Remember not to get caught by annoying caching issues :)
Cheers Mads
Hey Mads,
thanks for the answer. Yes, it seems I was caught by caching.
Cleaning the browser cache seems to have solved the problem with both stay/discard notice and the fact that changes weren't showing in the content section.
Thanks for help :)
That's great to hear :)
Remember to mark the topic as solved.
is working on a reply...