Edit macro parameters doesn't work in macro container.
So I have a macro container. In which I can choose macros with parameter. I can change macro when I'm adding macro first time. But when I'm trying to edit macro parameter it returns me a javascript error.
ReferenceError: macroData is not defined at openDialog (http://umbraco.site/umbraco/js/umbraco.controllers.js:7282:16) at Object.$scope.edit (http://umbraco.site/umbraco/js/umbraco.controllers.js:7304:5) at http://umbraco.site/umbraco/lib/angular/1.1.5/angular.min.js:74:98 at http://umbraco.site/umbraco/lib/angular/1.1.5/angular-mobile.js:270:9 at Object.e.$eval (http://umbraco.site/umbraco/lib/angular/1.1.5/angular.min.js:92:272) at Object.e.$apply (http://umbraco.site/umbraco/lib/angular/1.1.5/angular.min.js:92:379) at HTMLAnchorElement. (http://umbraco.site/umbraco/lib/angular/1.1.5/angular-mobile.js:269:13) at HTMLAnchorElement.x.event.dispatch (http://umbraco.site/umbraco/lib/jquery/jquery-2.0.3.min.js:10:11778) at HTMLAnchorElement.y.handle (http://umbraco.site/umbraco/lib/jquery/jquery-2.0.3.min.js:10:7906)
Seems that this error appears after upgrading Umbraco to version 7.2. Does anyone know how solve this issue?
Have you tried then clear the Umbraco cache after the upgrade was done? Otherwise go to /App_data/TEMP/ClientDependency and delete all files in here and then go to /config/ClientDependency.config and increment the version attribute and finally recycle the app pool.
Does it help if you go to /config/ClientDependency.config and increment the version attribute? This should clear the Umbraco backoffice cache.
Is the "debug" attribute set to true or false in your web.config? If it's set to true you might want to set it to false locally as well (It should always be set to true on a live site).
I already have tried to clear umbraco cache. I didn't have any positive result.
Actually I have tried to recreate this bug on the newly installed Umbraco 7.2 and I have the same issue. So I don't think that there is issue with caching or something like that.
Okay what you could try to here is upgrade to the newly released Umbraco 7.2.1, or perhaps try set a new clean Umbraco 7.2.1 to see if you can recreate the bug. If so then please submit the bug to the issue tracker http://issues.umbraco.org/ so the Umbraco HQ know there might be an bug here.
Edit macro parameters doesn't work in macro container.
So I have a macro container. In which I can choose macros with parameter. I can change macro when I'm adding macro first time. But when I'm trying to edit macro parameter it returns me a javascript error.
Seems that this error appears after upgrading Umbraco to version 7.2. Does anyone know how solve this issue?
Hi Taras and welcome to our,
Try to clear your browser cache in the browser that you use and see if it helps,
I hope so.
/Dennis
Unfortunately it didn't help((
Hi Taras,
Have you tried then clear the Umbraco cache after the upgrade was done? Otherwise go to /App_data/TEMP/ClientDependency and delete all files in here and then go to /config/ClientDependency.config and increment the version attribute and finally recycle the app pool.
Hope this helps,
/Dennis
Hi Taras
Does it help if you go to /config/ClientDependency.config and increment the version attribute? This should clear the Umbraco backoffice cache.
Is the "debug" attribute set to true or false in your web.config? If it's set to true you might want to set it to false locally as well (It should always be set to true on a live site).
Hope this helps.
/Jan
Oh, I was too slow :)
/Jan
I already have tried to clear umbraco cache. I didn't have any positive result.
Actually I have tried to recreate this bug on the newly installed Umbraco 7.2 and I have the same issue. So I don't think that there is issue with caching or something like that.
Hi Taras,
Okay what you could try to here is upgrade to the newly released Umbraco 7.2.1, or perhaps try set a new clean Umbraco 7.2.1 to see if you can recreate the bug. If so then please submit the bug to the issue tracker http://issues.umbraco.org/ so the Umbraco HQ know there might be an bug here.
/Dennis
It is still an issue, recreated in 2 fresh installs of 7.2.1
Reported as http://issues.umbraco.org/issue/U4-6018#tab=Watchers
is working on a reply...