This commit is contained in:
@@ -48,7 +48,8 @@
|
||||
const FORM_KEY = "adm-import";
|
||||
export default {
|
||||
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);
|
||||
await fetchTranslatedText(this);
|
||||
await populateSelectionLists(this);
|
||||
|
||||
Reference in New Issue
Block a user