From 38c763f20a0dd839f1175eec52df6d4dacebbdfb Mon Sep 17 00:00:00 2001
From: Antony Le Courtes <antony.lecourtes@unicaen.fr>
Date: Fri, 13 Nov 2020 15:31:39 +0100
Subject: [PATCH] =?UTF-8?q?Refactoring=20MigrationPrivileges.php=20pour=20?=
=?UTF-8?q?mettre=20les=20privil=C3=A8ges=20donn=C3=A9es=20personnelles=20?=
=?UTF-8?q?sur=20les=20r=C3=B4les=20et=20le=20statut=20intervenant=20confo?=
=?UTF-8?q?rm=C3=A9ment=20aux=20privil=C3=A8ges=20(visualisation=20/=20edi?=
=?UTF-8?q?tion)=20d=C3=A9j=C3=A0=20en=20place.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
admin/migration/MigrationPrivileges.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/admin/migration/MigrationPrivileges.php b/admin/migration/MigrationPrivileges.php
index 1543c6f913..27f2bc736b 100644
--- a/admin/migration/MigrationPrivileges.php
+++ b/admin/migration/MigrationPrivileges.php
@@ -19,7 +19,7 @@ class MigrationPrivileges extends AbstractMigration
public function utile(): bool
{
- return $this->manager->hasNew('table', 'DOSSIER_CHAMP_AUTRESS');
+ return $this->manager->hasNew('table', 'DOSSIER_CHAMP_AUTRES');
}
--
GitLab