활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi
I am facing an issue with unlocking a page . I tried it in 3 ways
1. Via the sites.html top menu bar - Works fine
2. The Properties tab in the page top left corner - Not working
3. The classic UI siteadmin - Working Fine
smacdonald2008 kautuksahni Is this an issue in AEM ? I faced the same issue in my STAGE server too ? Please find a screen share to help you understand the issue more clear
https://www.screencast.com/t/1kfsQ1xljYg
Thanks
Veena
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Hey kautuksahni, Veena_07
You are correct. I installed fresh instance AEM 6.3 and tested. It works!! Attaching the screenshot below.
Thanks,
Ratna.
조회 수
답글
좋아요 수
I just tested it on AEM 6.3, working fine for me by doing it using step 2 mentioned. Do you get any browser or AEM error while unlocking?
What is AEM version you using? Can you quickly check it on a fresh instance? Also, try clicking the Lock icon button in step 2.
~Kautuk
조회 수
답글
좋아요 수
Hi Kautuk,
I tested all 3 ways but for me too 2nd step not worked. Lock is not working. Attaching the error in console.
I will also test in fresh instance and let you know my findings.
Thanks,
Ratna.
조회 수
답글
좋아요 수
Which AEM version are you checking it on?
~kautuk
조회 수
답글
좋아요 수
it's on AEM 6.3
Thanks,
Ratna.
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
Hey kautuksahni, Veena_07
You are correct. I installed fresh instance AEM 6.3 and tested. It works!! Attaching the screenshot below.
Thanks,
Ratna.
조회 수
답글
좋아요 수
I didn't get this message at all when I tried the same
조회 수
답글
좋아요 수
Any browser error? Also, check AEM error.log.
~kautuk
조회 수
답글
좋아요 수
This is working for the We.retail example for me in my old and new 6.3 . But when I try it in a custom page , it throws the below error
This is a custom page created from scratch . Project created using AEM developer tool with Maven archetype 10. Do you think it is expecting any foundation JS to be included in the page template ?
조회 수
답글
좋아요 수
Ratna Kumar I see you also tried it in We.retail, Can you try this on a new project site as you tried in the first instance ?
조회 수
답글
좋아요 수
Hey Veena,
I think you are right. See my first comment when I tried in custom page I see the same 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)
If it is working in We retail page and not in custom page, it could be a bug. I suggest you to raise the Day care support ticket.
Thanks,
Ratna.
조회 수
답글
좋아요 수
smacdonald2008 kautuksahni Would you be able to help with a bug ticket ? I am afraid I don't have access to raise a day care ticket
조회 수
답글
좋아요 수
To raise a ticket - email cuscare@adobe.com to ensure you have an account. You should include your email address and company as well as the company’s Customer Id (EUID)
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
Why this issue happens custom pages?
In we-retail pages it works, because cq.shared library is included as part of the page itself in the one of the scripts for ex: (/libs/wcm/foundation/components/basicpage/v1/basicpage/basicpage.html).
To fix the issue, copy the same the below lines code in any of the head.html where head is included in your custom page scripts.
<sly data-sly-use.clientlib="${'/libs/granite/sightly/templates/clientlib.html'}">
<sly data-sly-test="${!wcmmode.disabled}"
data-sly-call="${clientlib.all @ categories = [
'cq.authoring.page',
'cq.shared',
'cq.foundation-main',
'wcm.foundation.components.parsys.allowedcomponents'
]
}"></sly>
조회 수
답글
좋아요 수