case 4045

This commit is contained in:
2021-12-30 20:11:32 +00:00
parent 07c30ee20d
commit 8b40781ab2
2 changed files with 3 additions and 2 deletions

View File

@@ -864,7 +864,7 @@ Current v8 docs home: https://www.ayanova.com/docs/
BUILD 8.0.0-beta.0.8 CHANGES OF NOTE
- HAS SCHEMA CHANGE must use fresh database
- Removed maximum limit for AYANOVA_REPORT_RENDERING_TIMEOUT setting (was 15 minutes), kept minimum 1 minute and kept 5 minute default but maybe will up that not sure, updated docs
- Report rendering speed up optimization, found a way to that prevent a re-render in the browser that was happening due to style change
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
@@ -876,6 +876,7 @@ BUILD 8.0.0-beta.0.8 CHANGES OF NOTE
- case 4041 both fixed and no fault found (two cases in one) see notes
- case 4042 see notes / by design
- case 4044 fixed
- case 4045 fixed

View File

@@ -382,7 +382,7 @@ function generateMenu(vm) {
readOnly: vm.formState.readOnly,
icon: "$ayiFileArchive",
title: "Backup",
helpUrl: "ops-backup",
helpUrl: "ops-form-backup",
formData: {
ayaType: window.$gz.type.Backup
},