Hi Team,
I am facing issue with touch ui dialog; Component dialog doesn't open in Touch UI mode, however, it does open in classic ui. We can not really see any error in console except for the one in below screenshot.
Also, this issue is only coming in one of the available AEM instances, not all. Is that a problem with an instance ? Please let me know if there is anyway I can debug this ?
Appreciate your quick reply!
Thank you in advance
Views
Replies
Total Likes
Looks like you have missing resources on this instance. If you install this component on a clean instance - it works - correct?
Views
Replies
Total Likes
Is this a Design component? Looks like the designPath is not set, and it is looking for a the default design node for a value.
Views
Replies
Total Likes
Adding to what Brumoon stated,
You can assign a design to your site from page properties. If this is not set, the values are stored under the default design
[Page Properties > Advanced > Design]
This design will get assigned to all the child pages as well
Add: <%=
currentDesign.getPath() %> to know current path.
I hope this would help you.
~kautuk
Views
Replies
Total Likes