This commit is contained in:
2020-07-23 23:56:36 +00:00
parent f14f299a99
commit 2d6b72783e

View File

@@ -360,6 +360,8 @@ export default {
if (res.error) {
vm.formState.serverError = res.error;
window.$gz.form.setErrorBoxErrors(vm);
} else {
window.$gz.eventBus.$emit("notify-success", vm.$ay.t("JobCompleted"));
}
} catch (error) {
vm.formState.loading = false;
@@ -453,7 +455,8 @@ async function fetchTranslatedText(vm) {
"ConnectionSecurity",
"SmtpServerPort",
"NotifyFromAddress",
"AyaNovaServerURL"
"AyaNovaServerURL",
"JobCompleted"
]);
}