Commit f59d1965 authored by dockx thibault's avatar dockx thibault
Browse files

Merge branch...

Merge branch '6234-core-class-entity-ou-name-is-set-to-be-unique-but-this-is-not-mandatory' into '1.4-dev'

Resolve "[Supann] - Class entity - OU name is set to be unique but this is not mandatory"

Closes #6234

See merge request fusiondirectory/fd-plugins!992
Showing with 0 additions and 1 deletion
+0 -1
......@@ -115,7 +115,6 @@ class entite extends simplePlugin
$this->attributesAccess['supannCodeEntiteParent']->attribute->setChoices($code_entites, $label_entites);
$this->attributesAccess['ou']->setUnique('one');
$this->attributesAccess['supannCodeEntite']->setUnique('whole', '(objectClass=supannEntite)');
$this->attributesAccess['supannRefId']->setUnique('whole', '(objectClass=supannEntite)');
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment