활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi Guys,
Does anybody know how to get rid of the "Group" and "rollout" button in the editbar of a component?
Is it possible to remove this button for a group of users?
Regards,
Shashank
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Hi,
This options are rendering from js at /libs/cq/gui/components/authoring/editors/clientlibs/sites/page
you can hide this options by overlaying JS and user related rendering also implemented by checking user or group by making ajax cal to servlet which could returns true/false based on user privileges.
조회 수
답글
좋아요 수
Hi,
This options are rendering from js at /libs/cq/gui/components/authoring/editors/clientlibs/sites/page
you can hide this options by overlaying JS and user related rendering also implemented by checking user or group by making ajax cal to servlet which could returns true/false based on user privileges.
조회 수
답글
좋아요 수
Hi Arun Patidar,
Thanks for your response.
I found out that after commenting out (/libs/cq/gui/components/authoring/editors/clientlibs/core/js/edit/ToolbarActions/edit.ToolbarActions.GROUP.js) the mentioned js in libs the group option was disabled however after overlaying my instance became unresponsive. Also i was not able to find the js for disabling rollout option.
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
Hi Arun,
Thanks for the solution , i was able to hide the options by overlaying (/libs/cq/gui/components/authoring/editors/clientlibs/core/js/edit/edit.Toolbar.js).
조회 수
답글
좋아요 수