This commit is contained in:
@@ -329,6 +329,16 @@ export default {
|
||||
decimalFilterOperators: [],
|
||||
tagFilterOperators: [],
|
||||
enumFilterOperators: []
|
||||
},
|
||||
formState: {
|
||||
ready: false,
|
||||
dirty: false,
|
||||
valid: true,
|
||||
readOnly: false,
|
||||
loading: true,
|
||||
errorBoxMessage: undefined,
|
||||
appError: undefined,
|
||||
serverError: {}
|
||||
}
|
||||
}),
|
||||
props: {
|
||||
@@ -642,7 +652,7 @@ function initEditItem(vm) {
|
||||
"ay-data-list::initEditItem - fieldDefinitions are not set"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
let fld = vm.fieldDefinitions.find(z => z.fieldKey == vm.tableColumnData.fk);
|
||||
let o = {
|
||||
key: fld.fieldKey,
|
||||
|
||||
Reference in New Issue
Block a user