Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

AEM6.3 touch UI unlock does not work

Avatar

Level 8

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-To...

 

Please let me know how this could be resolved

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Employee

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

 

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

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