Merge pull request #16516 from OPEN-DSI/fix-commonobject-select-list-dependancies
FIX select list dependancies on common object (FIX #16510)
This commit is contained in:
commit
40f0304182
@ -7501,7 +7501,7 @@ abstract class CommonObject
|
||||
$out .= "\n";
|
||||
// Add code to manage list depending on others
|
||||
if (!empty($conf->use_javascript_ajax)) {
|
||||
$out .= getJSListDependancies();
|
||||
$out .= $this->getJSListDependancies();
|
||||
}
|
||||
|
||||
$out .= '<!-- /showOptionals --> '."\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user