case 4058

This commit is contained in:
2021-12-31 18:43:50 +00:00
parent c2bc4d7286
commit de7bf2e0e2
2 changed files with 4 additions and 17 deletions

View File

@@ -874,6 +874,7 @@ BUILD 8.0.0-beta.0.8 CHANGES OF NOTE
previously it appeared that the only option was adding style *after* generated html content but found a way that works to insert it *with* the html content so it prevents a render cycle
- Added new caching and cancellation code to *all* reportable objects was just wo,quote,pm before
There is a (very low) chance that some viz fields might show the wrong data, I don't think there is any but wanted you to be aware in case you see something odd, let me know
- removed un-implemented "report" menu item from admin->attachments data table form
- case 4038
- case 4039 I have misgivings, see my notes
- case 4040 ''
@@ -891,6 +892,9 @@ BUILD 8.0.0-beta.0.8 CHANGES OF NOTE
- case 4054 fixed
- case 4055 not reproduceable see notes
- case 4056 implemented
- case 4058 implemented see notes for other ones too

View File

@@ -260,23 +260,6 @@ function generateMenu(vm) {
helpUrl: "adm-attachments",
menuItems: []
};
menuOptions.menuItems.push({
title: "Report",
icon: "$ayiFileAlt",
key: FORM_KEY + ":report",
vm: vm
});
const lastReport = window.$gz.form.getLastReport(FORM_KEY);
if (lastReport != null) {
menuOptions.menuItems.push({
title: lastReport.name,
notrans: true,
icon: "$ayiFileAlt",
key: FORM_KEY + ":report:" + lastReport.id,
vm: vm
});
}
if (vm.rights.change) {
menuOptions.menuItems.push({