This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user