This commit is contained in:
2021-07-30 18:09:36 +00:00
parent 758bd22e3e
commit f5f3578bce
2 changed files with 10 additions and 3 deletions

View File

@@ -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);