Bug #7339
manager: improve users management views
Start date:
22 May 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
- separate user's roles management in a specific view
- improve form display everywhere
- add a reset on next login checkbox to the user add form
Associated revisions
manager: use Role.is_direct() instead of Role.direct field (#7339)
custom_user: add User.roles_and_parents() method (#7339)
The method compute all roles of a user adding a flag in the member field
of the role instances stating if user is a direct member of the role or
if he inherited it.
manager: improve users management views
- separate user's roles management in a specific view
- improve form display everywhere
- add a reset on next login checkbox to the user add form
fixes #7339
History
Updated by Benjamin Dauvergne over 7 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|1bac9c8a3bc38cd45990901c7f2e419553dc4da0.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
django_rbac: add a Role.is_direct() method, to interpret annotations put by .children() and .parents() methods (#7339)