Bug #7530
Role views on service always returns 404
Start date:
11 June 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
Yes
Planning:
Description
The default get_queryset() inherited from RolesMixin filter out service roles. It should be configurable through a field on the view class.
Files
Associated revisions
History
Updated by Benjamin Dauvergne over 7 years ago
- File 0001-manager-service_views-add-flag-to-allow-service-role.patch added
- Patch proposed changed from No to Yes
Updated by Benjamin Dauvergne over 7 years ago
- File 0001-manager-service_views-add-flag-to-allow-service-role.patch 0001-manager-service_views-add-flag-to-allow-service-role.patch added
Sorry working on many patch sets at the same time.
Updated by Benjamin Dauvergne over 7 years ago
- File deleted (
0001-manager-service_views-add-flag-to-allow-service-role.patch)
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|9cc366b4fd9b1390c764a35b5c5d91a5d8972e1c.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
manager/service_views: add flag to allow service roles in role views (fixes #7530)
Default is to filter out service role in the general role view. But in
service role views they are precisely the role we want.