ne pas envoyer de synchro sur update de usergroup
This commit is contained in:
parent
d26c4c26f0
commit
68b68e92b3
|
@ -39,7 +39,8 @@ class syncUserGroup implements EventSubscriber
|
||||||
|
|
||||||
if(!($entity instanceof UserGroup)) return;
|
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)
|
public function postUpdate(LifecycleEventArgs $args)
|
||||||
|
|
Loading…
Reference in New Issue