This commit is contained in:
@@ -194,12 +194,6 @@ export default {
|
||||
//
|
||||
async function initForm(vm) {
|
||||
await fetchTranslatedText(vm);
|
||||
// populateSelectionLists(vm);
|
||||
// await populateFieldDefinitions(vm);
|
||||
// await fetchTranslatedFieldNames(vm);
|
||||
// await setEffectiveListView(vm);
|
||||
|
||||
// await fetchEnums(vm);
|
||||
}
|
||||
|
||||
////////////////////
|
||||
|
||||
@@ -58,8 +58,7 @@ export default {
|
||||
dataListSelection: {
|
||||
ObjectType: 0,
|
||||
selectedRowIds: [],
|
||||
dataListKey: null,
|
||||
listView: null
|
||||
dataListKey: null
|
||||
},
|
||||
headers: [],
|
||||
errorObj: [],
|
||||
|
||||
Reference in New Issue
Block a user