Merge branch 'master' into dist/envole/6/master

This commit is contained in:
Arnaud Fornerot 2020-02-13 09:39:48 +01:00
commit 90eb93eebe
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ class syncUserGroup implements EventSubscriber
if(!($entity instanceof UserGroup)) return;
$this->shouldSync = true;
// Aucune raison de mettre à jour LDAP et Only sur une modification
$this->shouldSync = false;
}
public function postUpdate(LifecycleEventArgs $args)