So given that vision, where in the source code is the security role ACL list (read, write, deny) defined? I would like to add another one (publish) but I have been unable, thus far, to locate where this is
see: info.magnolia.module.admininterface.dialogpages.UserRolesEditIncludeAclD ialogPage.getHtmlRowInner()
defined. Secondly, I think I recall that the read/write/deny rights actually have JCR codes that they correspond to (1, 2, 4, 8, etc.). Is there a code that can be used for publish rights? I did manage to find info.magnolia.cms.security.Permission which lists off several permissions and their codes. The last two in the list are execute(16) and syndicate(32) could either of these be used to represent the
syndicate is the correct one Thanks Philipp Bracher ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
