AEM6.3 touch UI unlock does not work | Community
Skip to main content
srinivas_chann1
Level 7
January 6, 2020
Solved

AEM6.3 touch UI unlock does not work

  • January 6, 2020
  • 1 reply
  • 1891 views

Hi,

 

I am using AEM6.3 with Touch ui SP3 installed , unlock of custom page does not work. Please let me know how this could be resolved.

 

when I tried unlock in custom page I see the error.

 

core.js:32697 Uncaught TypeError: Cannot read property 'shared' of undefined

    at HTMLButtonElement.unlockPage (core.js:32697)

    at HTMLDocument.dispatch (jquery.js:5226)

    at HTMLDocument.elemData.handle (jquery.js:4878)

 

I see the same issue as reported in 

https://experienceleaguecommunities.adobe.com/t5/Adobe-Experience-Manager/Unlock-Page-not-working-Touch-UI-Page-Edit/qaq-p/238915

 

Please let me know how this could be resolved

 

Thanks

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 vish.dhaliwal

Hello,

Include the cq.shared client library in your content page. This should solve the issue.

Basically, update property “dependencies” of String[] type with value of “cq.shared” (create new property if you don't have one)

Regards,

Vishu

 

1 reply

vish.dhaliwalAdobe EmployeeAccepted solution
Adobe Employee
January 6, 2020

Hello,

Include the cq.shared client library in your content page. This should solve the issue.

Basically, update property “dependencies” of String[] type with value of “cq.shared” (create new property if you don't have one)

Regards,

Vishu