SF Bug #3518548 - Missing attributes on some custom forms
This commit is contained in:
parent
55fa21af26
commit
f1ed59a35e
@ -1342,7 +1342,7 @@ class Template extends xmlTemplate {
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (! $this->isAttrType($objectclassattr,'may'))
|
if (! $this->isAttrType($objectclassattr,'may'))
|
||||||
$this->setAttrLDAPtype($sattr->getName(false),'optional');
|
$this->setAttrLDAPtype($sattr->getName(false),'may');
|
||||||
|
|
||||||
if (! in_array($objectclassattr,$allattrs))
|
if (! in_array($objectclassattr,$allattrs))
|
||||||
array_push($allattrs,$objectclassattr);
|
array_push($allattrs,$objectclassattr);
|
||||||
|
Loading…
Reference in New Issue
Block a user