diff --git a/src/Domain/Registry/Controller/TreatmentController.php b/src/Domain/Registry/Controller/TreatmentController.php index 61c3a5d4391569de9f10a4df5c7e926c5a6ed431..f7349675f0ad67f058dfbcbb83cf9ea51aef97cd 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',