From 35b4cc7f882695708ab34b86d60ab412aa238e43 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 22 Oct 2020 19:16:28 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 6 ------ ayanova/src/views/ay-data-list-view.vue | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 51c23a48..13e6fd28 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -3,12 +3,6 @@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ - -todo: when it's a general notification in the timeline the button to open the subscription should not be there since it goes to an uneditable default built in subscription - -### MEDIUM ITEMS ####### - - todo: DataListFilter UI pretty shitty error on duplicate how to make a new filter? diff --git a/ayanova/src/views/ay-data-list-view.vue b/ayanova/src/views/ay-data-list-view.vue index 8d2aa8de..e80e286b 100644 --- a/ayanova/src/views/ay-data-list-view.vue +++ b/ayanova/src/views/ay-data-list-view.vue @@ -831,7 +831,7 @@ export default { //clear any errors vm might be around from previous submit window.$gz.form.deleteAllErrorBoxErrors(this); try { - let res = await window.$gz.api.duplicate(url); + let res = await window.$gz.api.upsert(url); vm.formState.loading = false; if (res.error) {