Compare commits

..

No commits in common. "90eb93eebefcb943552f57ef60c7440aebf9f4e2" and "03526d3374fbb0d79726e5d90ced5728541b7d62" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

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