diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 298f56a9..5fe8275c 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 diff --git a/ayanova/src/views/ops-backup.vue b/ayanova/src/views/ops-backup.vue index 88b01116..f0bd82c0 100644 --- a/ayanova/src/views/ops-backup.vue +++ b/ayanova/src/views/ops-backup.vue @@ -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 },