SF Patch #2990856 - Add parent class attribute
This commit is contained in:
parent
ab0717e0e3
commit
43f31912b6
@ -1517,7 +1517,7 @@ class Template extends xmlTemplate {
|
||||
|
||||
foreach ($this->getObjectClasses() as $oc) {
|
||||
$soc = $server->getSchemaObjectClass($oc);
|
||||
$attrs = array_merge($attrs,$soc->getMustAttrNames(),$soc->getMayAttrNames());
|
||||
$attrs = array_merge($attrs,$soc->getMustAttrNames(true),$soc->getMayAttrNames(true));
|
||||
$attrs = array_unique($attrs);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user