Hi
I got an error message from our QA who discoved this problem.
We have custom roles - they are defined when our plugin is installed, and look like this (as seen in mob)
AuthorizationRole:
info:
description:
label: Acme Authorization Role
summary: This is a role used in the acme plugin, bla bla bla
name: com.acme.plugin.authRole
privilege: <list of privs>
roleId: 123456
system: false
After the user uses the Html Plugin, and adds/removes some privilges, the definition for the role (as seen in mob)
AuthorizationRole:
info:
description:
label: Acme Authorization Role
summary: Acme Authorization Role
name: Acme Autorization Role
privilege: <list of privs>
roleId: 123456
system: false
The problem here is that we search the roles to find our defintions, and since we use the name (com.acme.plugin.authRole) - ...
Is this problem known?
Cathy