1-> In editable template
2-> I added experience fragment in layout container.
3-> on edit of Experience fragment dialog i am not able to author.
on click of this pathfield it's not opening.
is there any property to add in editable template for making that pathfield to work
Thanks in advance
Solved! Go to Solution.
Views
Replies
Total Likes
@Sigkumar The clientlibs in AEM consist of JS and CSS and in some instances they get cached; which as would be obvious; causes issues.
To remove this cache and rebuild the clientlibs, the following link is quite useful:
<domain-name>/libs/granite/ui/content/dumplibs.rebuild.html
There are individual buttons to invalidate the cache and rebuild the libraries on this page.
For faster access, there is a query parameter for each process that can be appended to the URL:
Invalidate Caches: ?invalidate=true
Rebuild Libraries: ?rebuild=true
Hope this helps!
Thanks
@Sigkumar There is no property to be added in the editable template to explicitly make it work.
I tried out the same and it is working as designed.
Can you check at your end, if there is any JS error that you are seeing, which is blocking the pathfield popup to be opened.
Thanks
Views
Replies
Total Likes
Views
Replies
Total Likes
@Sigkumar The clientlibs in AEM consist of JS and CSS and in some instances they get cached; which as would be obvious; causes issues.
To remove this cache and rebuild the clientlibs, the following link is quite useful:
<domain-name>/libs/granite/ui/content/dumplibs.rebuild.html
There are individual buttons to invalidate the cache and rebuild the libraries on this page.
For faster access, there is a query parameter for each process that can be appended to the URL:
Invalidate Caches: ?invalidate=true
Rebuild Libraries: ?rebuild=true
Hope this helps!
Thanks
I just tried the way you guided @ShaileshBassi
found some Custom JS is causing the issue.
Thanks,
Hemanth
Views
Replies
Total Likes
Views
Likes
Replies