CQ Site Admin Cutsomization question
Hi ,
We have requirement to "Disable" some webpages-nodes from the CQ-Siteadmin (Navigation on left side)based on the some condition's.Could you please let me know how i can do that.
Thanks
K Chaitanya
Hi ,
We have requirement to "Disable" some webpages-nodes from the CQ-Siteadmin (Navigation on left side)based on the some condition's.Could you please let me know how i can do that.
Thanks
K Chaitanya
You do not have to write any event, just change the logic how you get the response from servlet. The servlet you wrote just send json response with sorted data like [1] and then call that servlet as attached.
[img]CallServlet.png[/img]
[1]
[
{
"name":"contacts",
"text":"Contact",
"type":"cq:Page",
"cls":"file",
"isLiveCopy":false,
"leaf":true,
"replication":{}
}
]
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.