From fc907a25219cfcf97c23f2dc3e3aa912aa1c8f0c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 7 Apr 2020 14:15:53 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 +- ayanova/src/views/widget.vue | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index ef9b63e3..8c8c1c5f 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -51,7 +51,7 @@ CURRENT TODOs - + //todo: update enable / disable menu item code to make reports disabled when dirty like save and duplicate todo: REPORT LIST - Stub out some fake reports in a drop down selection for testing diff --git a/ayanova/src/views/widget.vue b/ayanova/src/views/widget.vue index 05ee017f..729e5fcb 100644 --- a/ayanova/src/views/widget.vue +++ b/ayanova/src/views/widget.vue @@ -573,7 +573,6 @@ function clickHandler(menuItem) { m.vm.duplicate(); break; case "report": - //update enable / disable menu item code to make reports disabled when dirty like save and duplicate if (m.id != null) { //last report selected alert("STUB: last report selected for " + m.id); @@ -585,7 +584,6 @@ function clickHandler(menuItem) { if (res == null) { return; } - //persist last report selected window.$gz.form.setLastReport(FORM_KEY, res);