This commit is contained in:
2020-04-07 14:15:53 +00:00
parent fafb523630
commit fc907a2521
2 changed files with 1 additions and 3 deletions

View File

@@ -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

View File

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