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
|
todo: REPORT LIST
|
||||||
- Stub out some fake reports in a drop down selection for testing
|
- Stub out some fake reports in a drop down selection for testing
|
||||||
|
|||||||
@@ -573,7 +573,6 @@ function clickHandler(menuItem) {
|
|||||||
m.vm.duplicate();
|
m.vm.duplicate();
|
||||||
break;
|
break;
|
||||||
case "report":
|
case "report":
|
||||||
//update enable / disable menu item code to make reports disabled when dirty like save and duplicate
|
|
||||||
if (m.id != null) {
|
if (m.id != null) {
|
||||||
//last report selected
|
//last report selected
|
||||||
alert("STUB: last report selected for " + m.id);
|
alert("STUB: last report selected for " + m.id);
|
||||||
@@ -585,7 +584,6 @@ function clickHandler(menuItem) {
|
|||||||
if (res == null) {
|
if (res == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//persist last report selected
|
//persist last report selected
|
||||||
window.$gz.form.setLastReport(FORM_KEY, res);
|
window.$gz.form.setLastReport(FORM_KEY, res);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user