diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index dc18f084..98261841 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 + + diff --git a/ayanova/src/views/adm-attachments.vue b/ayanova/src/views/adm-attachments.vue index 16ef240c..b8717984 100644 --- a/ayanova/src/views/adm-attachments.vue +++ b/ayanova/src/views/adm-attachments.vue @@ -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({