diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 10a7b03f..d55f9de4 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -105,7 +105,7 @@ ListViewEditor GZFORM FORMSETTINGS RELATED TO DATALISTVIEW - formSettings.saved.dataTable.{listViewId:[0 if none or else the last saved view id selected], unsavedListView:[edited but unsaved listview json, only if listviewId=0]} - - formSettings.temp.dataTable.cachedListView - temporary cached version of listview that was saved at server but only if saved listviewId is non-zero + - formSettings.temp.cachedListView - temporary cached version of listview that was saved at server but only if saved listviewId is non-zero diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue index 57a4143e..592978fb 100644 --- a/ayanova/src/components/gz-data-table.vue +++ b/ayanova/src/components/gz-data-table.vue @@ -1,5 +1,6 @@