Compare commits
No commits in common. "90eb93eebefcb943552f57ef60c7440aebf9f4e2" and "03526d3374fbb0d79726e5d90ced5728541b7d62" have entirely different histories.
90eb93eebe
...
03526d3374
|
@ -39,8 +39,7 @@ class syncUserGroup implements EventSubscriber
|
||||||
|
|
||||||
if(!($entity instanceof UserGroup)) return;
|
if(!($entity instanceof UserGroup)) return;
|
||||||
|
|
||||||
// Aucune raison de mettre à jour LDAP et Only sur une modification
|
$this->shouldSync = true;
|
||||||
$this->shouldSync = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function postUpdate(LifecycleEventArgs $args)
|
public function postUpdate(LifecycleEventArgs $args)
|
||||||
|
|
Loading…
Reference in New Issue