This commit is contained in:
@@ -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