This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user