This commit is contained in:
2020-07-24 16:02:42 +00:00
parent 9fa22551a1
commit 3ce7c1e119
5 changed files with 241 additions and 3 deletions

View File

@@ -248,7 +248,7 @@ export default {
appError: null,
serverError: {}
},
rights: window.$gz.role.fullRightsObject()
rights: window.$gz.role.defaultRightsObject()
};
},
watch: {
@@ -456,7 +456,8 @@ async function fetchTranslatedText(vm) {
"SmtpServerPort",
"NotifyFromAddress",
"AyaNovaServerURL",
"JobCompleted"
"JobCompleted",
"NotifyQueue"
]);
}