fixed set last report menu item making save icon appear available
This commit is contained in:
@@ -850,8 +850,7 @@ async function clickHandler(menuItem) {
|
||||
if (res == null) {
|
||||
return;
|
||||
}
|
||||
window.$gz.form.setLastReport(FORM_KEY, res);
|
||||
generateMenu(m.vm);
|
||||
window.$gz.form.setLastReportMenuItem(FORM_KEY, res, m.vm);
|
||||
break;
|
||||
case "directnotify":
|
||||
//nav to direct notify with list of users appended to route
|
||||
|
||||
Reference in New Issue
Block a user