Closed XavierJp closed 3 months ago
closes #1175
Move anonymisation to modeland directly call getSession() in uniteLegale and etablissement model
model
getSession()
Simpler and safer. Especially as the front is no longer responsible for the anonymisation, which was bad practice.
A bit dirtier as session get called in model
closes #1175
Move anonymisation to
model
and directly callgetSession()
in uniteLegale and etablissement modelSimpler and safer. Especially as the front is no longer responsible for the anonymisation, which was bad practice.
A bit dirtier as session get called in model