This commit is contained in:
2021-09-02 00:05:19 +00:00
parent 865663d24d
commit 7758cf9edb
2 changed files with 26 additions and 7 deletions

View File

@@ -368,6 +368,7 @@ async function populateSelectionLists(vm) {
vm.formState.serverError = res.error;
window.$gz.form.setErrorBoxErrors(vm);
} else {
res.data.sort(window.$gz.util.sortByKey("name"));
vm.selectLists.objectTypes = res.data;
// // //ServiceBank will appear in search results but is not a Core biz object so won't be added to list by server
// // //and needs to be added manually here