This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user