"Request Publication" shown instead of "Publish Page" in Touch UI. | Community
Skip to main content
yevhenii_d
Level 2
July 10, 2018
Solved

"Request Publication" shown instead of "Publish Page" in Touch UI.

  • July 10, 2018
  • 11 replies
  • 2829 views

Hi everyone!

When I open any of existing pages on author environment and click on "Page information" button (at the top left corner):

     - at first I see "Request Publication" in dropdown menu;

     - then, I close menu and open it again (after 30sec-1minute):

     - after it I see "Publish Page".

Do you have any ideas what the possible solution for such issue? Also, on the pages where we have lots of components, I am waiting for publication ~ 3-4 minutes.

AEM version: 6.2 (without service packs)

Thanks in advance!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by yevhenii_d

Hi!

I found the actual problem at /libs/granite/ui/components/foundation/renderconditions/privilege/privilege.jsp

The actual trouble on line №53... After getting path trough cmp.getExpressionHelper() it returns the path with ".html" and then it tries to getResource with the ".html" and it's wrong.

I overlay jsp under /apps/ folder and remove ".html" if path contains.

If someone encounters with such problem, I hope it will be helpful.

Thanks

Yevhenii

11 replies

arunpatidar
Community Advisor
Community Advisor
July 12, 2018

Thanks for sharing the fix.

I am just wondering if this is the bug in Coral Previlege components? would it going to impact other places also as we are using privilege component as other places as well.

http://localhost:4502/libs/cq/search/content/querydebug.html?_charset_=UTF-8&query=path%3D%2Flibs%2F%0D%0Aproperty%3Dsli…

smacdonald2008​ any thoughts?

Arun Patidar