Merge pull request #14658 from OPEN-DSI/v10-fix-extrafields-sellist-linked-options-load
FIX load default linked options for linked sellist extra fields
This commit is contained in:
commit
fb3d18f962
@ -6571,6 +6571,7 @@ abstract class CommonObject
|
||||
$("select[name=\""+parent_list+"\"]").change(function() {
|
||||
showOptions(child_list, parent_list);
|
||||
});
|
||||
showOptions(child_list, parent_list);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@ -199,6 +199,7 @@ if (empty($reshook) && is_array($extrafields->attributes[$object->table_element]
|
||||
$("select[name=\""+parent_list+"\"]").change(function() {
|
||||
showOptions(child_list, parent_list);
|
||||
});
|
||||
showOptions(child_list, parent_list);
|
||||
});
|
||||
}
|
||||
setListDependencies();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user