aem - CQ5 prevent deleting of a page -
aem - CQ5 prevent deleting of a page -
i'm guessing if there's way grab event fired after delete of page before resource no longer available.
my problem if click delete button, page on local 4502/siteadmin
console, delete event but, during catch, resource no more available can't no longer properties.
any advice solution?
unless it's kind of processing when want decide whether given user should or shouldn't able remove page recommend using acls defining such constraints. refer official docs: users , groups, acls, useradmin in cq
on other way, if need processing might want prevent action including request request filter or overriding wcmcommand
. more details take @ developer console in browser , investigate request send on delete button click.
cq5 aem
Comments
Post a Comment