This commit is contained in:
2020-11-26 21:47:17 +00:00
parent 8bf3dfa980
commit 5e7b808c4d
3 changed files with 13 additions and 8 deletions

View File

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