BUG 8668 No se puede remover permisos del rol PROCESSMAKER_ADMIN SOLVED

- The permits can not be removed for the role processmaker_admin.
- We add a generic list of permissions for the role processmaker_admin located in class.rbac.php.
- Was can remove permissions for the role processmaker_admin but other than those predefined in the list of RBAC.
This commit is contained in:
Marco Antonio Nina
2012-10-02 16:22:51 -04:00
parent 963c70b62c
commit c07a78e9ea
3 changed files with 8 additions and 9 deletions

View File

@@ -59,7 +59,6 @@ class RBAC
var $currentSystemobj;
var $rolesPermissionsObj;
var $authSourcesObj;
var $permissionsAdmin;
var $aUserInfo = array();
var $aRbacPlugins = array();