Topics

03 Troubleshooting
Designer
ACLEntry.isAdminReaderAuthor incorrectly returns false

When an administration server ACLEntry is set to "Modify All Reader And Author Fields," in the Access Control List, and then this ACLEntry is obtained in a backend application, for example, the backend call "ACL.getEntry( entry name )," calling "isAdminReaderAuthor" incorrectly return false, even though the ACLEntry has rights to modify all reader and author fields. If, instead, setAdminReaderAuthor( true ) has been set to true in the backend application, isAdminReaderAuthor correctly returns true.