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:
Laurent Destailleur 2020-10-17 18:13:13 +02:00 committed by GitHub
commit fb3d18f962
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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();