From 268cdae35773d7d88156408065b0bf1e32d12637 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 13 Aug 2020 21:45:23 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 7 ------- ayanova/src/api/open-object-handler.js | 5 +++++ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index a8d1c853..5ac8385c 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -8,14 +8,7 @@ vabshardbodieshipbones todo: Test run on v7 laptop https://www.ayanova.com/Downloads/v8/ayanova8.alpha.8-win-x64.zip - Issues found on v7 laptop: - Evaluate layout a bit fucked up on laptop, sb more to the left, has a big blank on the left and text runs to the edge of screen on right - (or contain the text running off to the right) - - Backup layout a bit fucked, backup files grid has horizontal scroll bar on full screen but looks fine minimized a bit - it's like the wide layout is not right and chops off narrowly for no reason, maybe it's the column size, showing three columns in layout on laptop but 4 on monitor - (Test with 3 column width on main, laptop screen size is 1366 x 768) todo: Open object handler for backup errrors out to test, force a backup then go to admin-history diff --git a/ayanova/src/api/open-object-handler.js b/ayanova/src/api/open-object-handler.js index 3ce62661..73c043b9 100644 --- a/ayanova/src/api/open-object-handler.js +++ b/ayanova/src/api/open-object-handler.js @@ -94,6 +94,11 @@ export default { params: { recordid: tid.id } }); break; + case ayatype.Backup: + vm.$router.push({ + name: "ops-backup" + }); + break; case ayatype.FormCustom: //all we have is the id, but need the formkey to open it