From c316100c468ea5193109b0c2e546db5ed5c72d05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20BOYER?= <t.boyer@si17.lan> Date: Mon, 1 Jul 2024 10:38:20 +0200 Subject: [PATCH] =?UTF-8?q?[Traitement]=20D=C3=A9placement=20d'une=20colon?= =?UTF-8?q?ne=20(R=C3=A9f=C3=A9rent=20multi-structures)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controller/TreatmentController.php | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/Domain/Registry/Controller/TreatmentController.php b/src/Domain/Registry/Controller/TreatmentController.php index 61c3a5d43..f7349675f 100644 --- a/src/Domain/Registry/Controller/TreatmentController.php +++ b/src/Domain/Registry/Controller/TreatmentController.php @@ -680,12 +680,12 @@ class TreatmentController extends CRUDController '10' => 'controleAcces', '11' => 'tracabilite', '12' => 'saving', - '13' => 'other', - '14' => 'entitledPersons', - '15' => 'openAccounts', - '16' => 'specificitiesDelivered', - '17' => 'public', - '18' => 'update', + '13' => 'update', + '14' => 'other', + '15' => 'entitledPersons', + '16' => 'openAccounts', + '17' => 'specificitiesDelivered', + '18' => 'public', '19' => 'responsableTraitement', '20' => 'specific_traitement', '21' => 'conformite_traitement', @@ -709,12 +709,12 @@ class TreatmentController extends CRUDController '9' => 'controleAcces', '10' => 'tracabilite', '11' => 'saving', - '12' => 'other', - '13' => 'entitledPersons', - '14' => 'openAccounts', - '15' => 'specificitiesDelivered', - '16' => 'public', - '17' => 'update', + '12' => 'update', + '13' => 'other', + '14' => 'entitledPersons', + '15' => 'openAccounts', + '16' => 'specificitiesDelivered', + '17' => 'public', '18' => 'responsableTraitement', '19' => 'specific_traitement', '20' => 'conformite_traitement', -- GitLab