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 - 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 - Fourth: when the working copy array changes that should trigger the UI to draw accordingly
- Editing - Editing
- Editable fields: Name, Public, ListView
- Default fields: UserId, ListKey
- any changes to UI objects affects working copy - 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 - 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 - Put unsaved listview into formsettings and set id to -1

View File

@@ -147,12 +147,9 @@ export default {
obj: [], obj: [],
listViewId: null, listViewId: null,
dataListKey: null, dataListKey: null,
fieldDefinitions: [],
concurrencyToken: undefined, concurrencyToken: undefined,
formCustomTemplateKey: this.$route.params.formCustomTemplateKey, pickLists: {},
selectedDataListView: {},
pickLists: {
availableDataListViews: []
},
formState: { formState: {
ready: false, ready: false,
dirty: false, dirty: false,