This commit is contained in:
@@ -35,9 +35,7 @@ To REMOVE: apt-get remove dotnet-runtime-3.0 (replace 3.0 with whatever version
|
|||||||
|
|
||||||
MISC ITEMS THAT CAME UP
|
MISC ITEMS THAT CAME UP
|
||||||
|
|
||||||
todo: object history / user history form
|
|
||||||
can't open up a customer or customer note from that form or other objects?
|
|
||||||
is it just not coded?
|
|
||||||
|
|
||||||
todo: erasedatabase for import needs to also erase datalistview's and defaults or has an issue with them
|
todo: erasedatabase for import needs to also erase datalistview's and defaults or has an issue with them
|
||||||
I think maybe actually it already deletes them but it needs to set the SuperUser account to not use them
|
I think maybe actually it already deletes them but it needs to set the SuperUser account to not use them
|
||||||
|
|||||||
@@ -351,10 +351,10 @@ export default {
|
|||||||
return "$ayiGenderless";
|
return "$ayiGenderless";
|
||||||
case window.$gz.type.Global:
|
case window.$gz.type.Global:
|
||||||
return "$ayiGlobe";
|
return "$ayiGlobe";
|
||||||
case window.$gz.type.User:
|
|
||||||
return "$ayiUser";
|
|
||||||
case window.$gz.type.Widget:
|
case window.$gz.type.Widget:
|
||||||
return "$ayiVial";
|
return "$ayiVial";
|
||||||
|
case window.$gz.type.User:
|
||||||
|
return "$ayiUser";
|
||||||
case window.$gz.type.ServerState:
|
case window.$gz.type.ServerState:
|
||||||
return "$ayiDoorOpen";
|
return "$ayiDoorOpen";
|
||||||
case window.$gz.type.License:
|
case window.$gz.type.License:
|
||||||
@@ -363,10 +363,12 @@ export default {
|
|||||||
return "$ayiGlasses";
|
return "$ayiGlasses";
|
||||||
case window.$gz.type.PickListTemplate:
|
case window.$gz.type.PickListTemplate:
|
||||||
return "$ayiPencilRuler";
|
return "$ayiPencilRuler";
|
||||||
|
case window.$gz.type.Customer:
|
||||||
|
return "$ayiAddressCard";
|
||||||
case window.$gz.type.ServerJob:
|
case window.$gz.type.ServerJob:
|
||||||
return "$ayiRobot";
|
return "$ayiRobot";
|
||||||
case window.$gz.type.AyaNova7Import:
|
case window.$gz.type.Contract:
|
||||||
return "$ayiFileImport";
|
return "$ayiFileContract";
|
||||||
case window.$gz.type.TrialSeeder:
|
case window.$gz.type.TrialSeeder:
|
||||||
return "$ayiSeedling";
|
return "$ayiSeedling";
|
||||||
case window.$gz.type.Metrics:
|
case window.$gz.type.Metrics:
|
||||||
@@ -375,6 +377,10 @@ export default {
|
|||||||
return "$ayiLanguage";
|
return "$ayiLanguage";
|
||||||
case window.$gz.type.UserOptions:
|
case window.$gz.type.UserOptions:
|
||||||
return "$ayiUserCog";
|
return "$ayiUserCog";
|
||||||
|
case window.$gz.type.HeadOffice:
|
||||||
|
return "$ayiSitemap";
|
||||||
|
case window.$gz.type.LoanUnit:
|
||||||
|
return "$ayiPlug";
|
||||||
case window.$gz.type.FileAttachment:
|
case window.$gz.type.FileAttachment:
|
||||||
return "$ayiPaperclip";
|
return "$ayiPaperclip";
|
||||||
case window.$gz.type.DataListView:
|
case window.$gz.type.DataListView:
|
||||||
|
|||||||
@@ -48,7 +48,8 @@
|
|||||||
const FORM_KEY = "adm-import";
|
const FORM_KEY = "adm-import";
|
||||||
export default {
|
export default {
|
||||||
async created() {
|
async created() {
|
||||||
this.rights = window.$gz.role.getRights(window.$gz.type.Translation);
|
//NOTE: chose this because there is no general import but report covers bizadminfull and bizadminlimited
|
||||||
|
this.rights = window.$gz.role.getRights(window.$gz.type.Report);
|
||||||
window.$gz.eventBus.$on("menu-click", clickHandler);
|
window.$gz.eventBus.$on("menu-click", clickHandler);
|
||||||
await fetchTranslatedText(this);
|
await fetchTranslatedText(this);
|
||||||
await populateSelectionLists(this);
|
await populateSelectionLists(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user