This commit is contained in:
@@ -60,6 +60,8 @@ ListViewEditor
|
||||
- Third: Make up the working copy array that the UI is tied to
|
||||
- Fourth: when the working copy array changes that should trigger the UI to draw accordingly
|
||||
- Editing
|
||||
- Editable fields: Name, Public, ListView
|
||||
- Default fields: UserId, ListKey
|
||||
- any changes to UI objects affects working copy
|
||||
- Also the cached listview stuff needs to be changed so if user leaves form and goes back the changes are immediately seen in the datatable
|
||||
- Put unsaved listview into formsettings and set id to -1
|
||||
|
||||
@@ -147,12 +147,9 @@ export default {
|
||||
obj: [],
|
||||
listViewId: null,
|
||||
dataListKey: null,
|
||||
fieldDefinitions: [],
|
||||
concurrencyToken: undefined,
|
||||
formCustomTemplateKey: this.$route.params.formCustomTemplateKey,
|
||||
selectedDataListView: {},
|
||||
pickLists: {
|
||||
availableDataListViews: []
|
||||
},
|
||||
pickLists: {},
|
||||
formState: {
|
||||
ready: false,
|
||||
dirty: false,
|
||||
|
||||
Reference in New Issue
Block a user