Bug #8012
The @update_service_role_ou@ post_save handler should also be called on the Service model
Start date:
03 August 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
Service ou can also be modified through the parent model so the post_save should also be called on it (problem seen on montpellier when w.c.s. instance ou was modified through the manager which manipulates Service instances and not the LibertyProvider subclasses).
Associated revisions
History
Updated by Benjamin Dauvergne over 7 years ago
- Status changed from En cours to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit authentic2|ab63fcc537ce2d941730b1c502b1a5f0edb42a70.
Updated by Benjamin Dauvergne almost 7 years ago
- Status changed from Résolu (à déployer) to Solution déployée
Connect
update_service_role_ou
post_save handler for the Service model (fixes #8012)Service ou can also be modified through the parent model so the
post_save should also be called on it (problem seen on montpellier when
w.c.s. instance ou was modified through the manager which manipulates
Service instances and not the LibertyProvider subclasses).