From f5f3578bcea525611e1f2cafd05158ae8cc9a898 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 30 Jul 2021 18:09:36 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 9 ++++++++- ayanova/src/views/adm-import.vue | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 7235df5c..04559e9a 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -108,6 +108,8 @@ todo:1 workorders - need to set billing and service address from customers on mi ## CLIENT MISC ITEMS +- 1 Can't mass delete work orders, jobs log says not authorized? + -3 case 3864 Joyce misc item - Layout improvement: Summary (workorder overall) - looks like now can enter unlimited amount of text..... BUT if only using for four or five words, its still showing ALL this blank space across the entire screen Tags - takes up entire row even though none or only one tag. @@ -507,7 +509,12 @@ todo:2 many biz objects are not using new PUT methodology ######################################################################################################################## -CURRENTLY DOING: PM stuff biz rules / sanity checks +CURRENTLY DOING: bizobjectfactory security improvements +to test: + Import (admin->import object) make sure it works, should work for bizadmin user only + + +PM stuff biz rules / sanity checks Add back end rules as necessary for quotes and PM's diff --git a/ayanova/src/views/adm-import.vue b/ayanova/src/views/adm-import.vue index 7f5dba7e..54497356 100644 --- a/ayanova/src/views/adm-import.vue +++ b/ayanova/src/views/adm-import.vue @@ -48,8 +48,8 @@ const FORM_KEY = "adm-import"; export default { async created() { - //NOTE: chose this because there is no general import but report covers bizadmin and bizadminrestricted - this.rights = window.$gz.role.getRights(window.$gz.type.Report); + //NOTE:Global is what is checked for initialize to show this form and at server to allow import + this.rights = window.$gz.role.getRights(window.$gz.type.Global); window.$gz.eventBus.$on("menu-click", clickHandler); await fetchTranslatedText(this); await populateSelectionLists(this);