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);