This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user