From 84cedd7564ee9707db53fe7d219ee54a815bcefd Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 11 Apr 2020 16:22:55 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 +- ayanova/src/api/gzmenu.js | 3 ++ ayanova/src/views/ay-history.vue | 88 ++++++++++++++++++-------------- 3 files changed, 53 insertions(+), 40 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 14f52e81..76df5cbe 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -65,7 +65,7 @@ todo: RECORD HISTORY (HAS OUTSTANDING ITEMS) - make a todo entry in the report section below to include the ability of feeding reports from local data in addition to off the server - Does it benefit from caching? (not really thinking so as this is a different animal than search but something to ponder a bit) - +todo: can page titles be improved so in task bar can see what is being worked with in that browser window todo: Translate all ayatypes not translated diff --git a/ayanova/src/api/gzmenu.js b/ayanova/src/api/gzmenu.js index bd56e232..95e1cd23 100644 --- a/ayanova/src/api/gzmenu.js +++ b/ayanova/src/api/gzmenu.js @@ -14,6 +14,9 @@ export default { vm.appBar.icon = ctx.icon; vm.appBar.title = ctx.title; + //test + document.title = "AyaNova " + ctx.title; + //Parse the formdata if present //FORMDATA is OPTIONAL and only required for forms that need to allow //viewing object history, attachments, custom fields, etc that kind of thing diff --git a/ayanova/src/views/ay-history.vue b/ayanova/src/views/ay-history.vue index 44c48828..66051e51 100644 --- a/ayanova/src/views/ay-history.vue +++ b/ayanova/src/views/ay-history.vue @@ -1,42 +1,49 @@