Development #6968
Rebase the CAS service model over the Authentic2 base service model
Status:
Fermé
Priority:
Normal
Assignee:
Category:
authentic2-idp-cas
Target version:
Start date:
16 Apr 2015
Due date:
% Done:
100%
Estimated time:
Patch proposed:
No
Planning:
Description
Those migrations are a bit complex since there a foreign keys and many2many
fields to migrate without breaking referential integrity constraint.
The M2M field is first copied inot a temporary table without referential
integrity, then deleted, then recreated and repopulated from the temporary
table.
Associated revisions
Update french translations (#6968)
History
Updated by Benjamin Dauvergne almost 6 years ago
- Status changed from Nouveau to Résolu (à déployer)
- % Done changed from 0 to 100
Appliqué par commit 3b26d1d217bd4e47e90c1deb6d32b88d5e7e9e44.
Updated by Benjamin Dauvergne about 5 years ago
- Status changed from Résolu (à déployer) to Solution déployée
CAS: migrate service model to use authentic2.Service as a base class (fixes #6968)
Those migrations are a bit complex since there a foreign keys and many2many
fields to migrate without breaking referential integrity constraint.
The M2M field is first copied inot a temporary table without referential
integrity, then deleted, then recreated and repopulated from the temporary
table.