Remove permission grant and revoke permissions

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-04-11 22:07:30 -04:00
parent 4d91d82515
commit 1f5dffa0e5
7 changed files with 18 additions and 35 deletions

View File

@@ -20,6 +20,13 @@ Every app reference is now prepended with 'mayan.apps'.
Existing config.yml files need to be updated manually.
Permissions
^^^^^^^^^^^
The role permission grant and revoke permissions were removed. Instead only the
role edit permission is required to grant or revoke permissions to a role.
Other changes
^^^^^^^^^^^^^
@@ -27,9 +34,9 @@ Other changes
* Fix multiple tag selection wizard step.
* Split document app models into separate modules.
* Split workflow views into separate modules.
* Change how the HOME_VIEW setting is defined
* Change how the HOME_VIEW setting is defined
HOME_VIEW is now COMMON_HOME_VIEW.
HOME_VIEW is now COMMON_HOME_VIEW.
Removals