Development #7546
service_role attribute source does not get inherited service roles
Start date:
11 June 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
Yes
Planning:
Description
filter(service=service)
must be done after the call to for_user(user)
.
Files
Associated revisions
History
Updated by Benjamin Dauvergne over 7 years ago
- File 0001-attributes_ng-sources-service_roles-source-does-not-.patch 0001-attributes_ng-sources-service_roles-source-does-not-.patch added
- Patch proposed changed from No to Yes
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|6de8764aa6aa7d42412b2c59c40bc826c4d64845.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
attributes_ng/sources: service_roles source does not get inherited service roles (fixes #7546)
The call to filter(service=service) must be done after the call to
for_user(user), otherwise we only get inherited roles of services roles,
which means none.