Do I need to manually increment ClientDependency.config every time?
I've recently updated Umbraco to 7.4.1. Now whenever I create or make a change to my grid editors, they appear correct in the Developer tab, but when I go to use them in the Content tab, they're either not there or out of date.
Manually incrementing the ClientDependency and touching the web.config seems to fix the issue. But surely I don't need to do this every time? I didn't have to do this in Umbraco 7.3.
Is there something I shouldn't have changed in my config files? Or is anybody experiencing a similar situation?
Do you see any error messages in the console log of the browser when this happens? And what about the /App_Data/Logs file - Does that reveal anything related?
Do I need to manually increment ClientDependency.config every time?
I've recently updated Umbraco to 7.4.1. Now whenever I create or make a change to my grid editors, they appear correct in the Developer tab, but when I go to use them in the Content tab, they're either not there or out of date.
Manually incrementing the ClientDependency and touching the web.config seems to fix the issue. But surely I don't need to do this every time? I didn't have to do this in Umbraco 7.3.
Is there something I shouldn't have changed in my config files? Or is anybody experiencing a similar situation?
Hi Henry
That indeed sounds a bit odd.
Do you see any error messages in the console log of the browser when this happens? And what about the /App_Data/Logs file - Does that reveal anything related?
/Jan
Hi Jan,
I tried reverting back to 7.3 and everything works fine, then upgraded again and I still get the odd behaviour.
Nothing unusual in the logs, and only getting a javascript warning:
Like I say, manually incrementing the ClientDependency.config makes everything work fine. It doesn't appear to be auto-incrementing any more.
Also, I'm using leblender to create the grideditors but I don't think this is affecting it. The grid.editors.config is updating correctly.
Thanks, Henry
Hi Henry
Hmm, have you had a look at the bug reports and general discussions about leblender? Have seen some people experience issues with Umbraco after 7.4 upgrades, which turned out to be an issue with leBlender - So if you have not checked them out already maybe try looking through some of the posts from https://our.umbraco.org/projects/backoffice-extensions/leblender/bug-reports/ and https://our.umbraco.org/projects/backoffice-extensions/leblender/general-discussion/
/Jan
is working on a reply...