FIX load default linked options for linked sellist extra fields

This commit is contained in:
lvessiller 2020-09-07 15:19:58 +02:00
parent 9bd5ed627f
commit 86ce4315be
2 changed files with 2 additions and 0 deletions

View File

@ -6571,6 +6571,7 @@ abstract class CommonObject
$("select[name=\""+parent_list+"\"]").change(function() {
showOptions(child_list, parent_list);
});
showOptions(child_list, parent_list);
});
}

View File

@ -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();