In AEM - CQ 5.6.1 I'm having trouble with updating the classic view dialog box. If I add a new widget, panel, etc. to an existing component's dialog box, the changes don't get updated on the pages, where I'm using them.
I tried clearing browser cache, dispatcher cache, reactivated in treeactivation, but still the dialog box remains the same. I tried searching for any solutions, but haven't seen any. Any ideas what I might be missing?
Solved! Go to Solution.
Views
Replies
Total Likes
We've found the solution:
Each component has a dialog.overlay.infinity.json file that represents the structure of the dialog. AEM uses this json file to create the dialog box.
So basically clearing the dispatcher cache with the /apps/../[component structure]/../dialog.overlay.infinity.json url and clearing the browser cache afterwards resolved the issue and the updated dialog box appears.
Thanks for all the help.
Views
Replies
Total Likes
You are modifying you dialog via adding node in crxde or editing via drag and drop ? ( make sure you save in this case ).
Try to change a simple fieldLabel to ensure that you are working on same dialog you want to change?
Views
Replies
Total Likes
I'm adding new nodes via crxde (not using using the dialog box editor, I tried that option as well, but didn't help).
I also tried changing an existing widget's property and unfortunately that doesn't update either.
(Just to note: for local sandbox development, I use cq 6.0 and I don't have the same issue.)
Views
Replies
Total Likes
There is something wrong with your AEM instance. Have you checked your log files?
Views
Replies
Total Likes
We've found the solution:
Each component has a dialog.overlay.infinity.json file that represents the structure of the dialog. AEM uses this json file to create the dialog box.
So basically clearing the dispatcher cache with the /apps/../[component structure]/../dialog.overlay.infinity.json url and clearing the browser cache afterwards resolved the issue and the updated dialog box appears.
Thanks for all the help.
Views
Replies
Total Likes
thanks for posting your solution.
Views
Replies
Total Likes
Views
Likes
Replies