Set Angular roles panel as the default
The actions in Django roles panel have been implemented in the Angular version so setting the Angular version as the default. Change-Id: I1e01b2e93090255d82ef92e51b943b0a715d2e7e Partially-Implements: blueprint ng-roles
This commit is contained in:
parent
d1cf85db76
commit
16afe25d8a
@ -53,7 +53,7 @@ Default:
|
||||
'domains_panel': False,
|
||||
'users_panel': False,
|
||||
'groups_panel': False,
|
||||
'roles_panel': False
|
||||
'roles_panel': True
|
||||
}
|
||||
|
||||
A dictionary of currently available AngularJS features. This allows simple
|
||||
|
@ -329,7 +329,7 @@ ANGULAR_FEATURES = {
|
||||
'domains_panel': False,
|
||||
'users_panel': False,
|
||||
'groups_panel': False,
|
||||
'roles_panel': False,
|
||||
'roles_panel': True
|
||||
}
|
||||
|
||||
# Notice all customizable configurations should be above this line
|
||||
|
Loading…
Reference in New Issue
Block a user