Compare commits

2 Commits

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)