This commit is contained in:
2020-02-18 20:00:27 +00:00
parent bb05a2a516
commit 8b76d4edf7
2 changed files with 4 additions and 5 deletions

View File

@@ -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

View File

@@ -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,