diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index b1ae2de7..04d6d161 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 diff --git a/ayanova/src/views/ay-data-list-view.vue b/ayanova/src/views/ay-data-list-view.vue index 0f3880e6..09cd591d 100644 --- a/ayanova/src/views/ay-data-list-view.vue +++ b/ayanova/src/views/ay-data-list-view.vue @@ -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,