This commit is contained in:
2020-07-22 23:13:04 +00:00
parent 5712c6fc72
commit eaa64f1227
2 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ ____________
## CURRENT STAGE:
todo: subscription form should autofill in user's personal email address when they pick a new email subscription but still let them change it
todo: subscription form still not completed, needs to be coded for when to show tags (for example) and other stuff
todo: Back end notification related settings

View File

@@ -351,6 +351,7 @@ export default {
async testConfiguration() {
let vm = this;
vm.formState.loading = true;
vm.testDialog = false;
let url = `global-ops-notification-setting/test-smtp-settings/${vm.testAddress}`;
window.$gz.form.deleteAllErrorBoxErrors(vm);
try {
@@ -452,7 +453,7 @@ async function fetchTranslatedText(vm) {
"ConnectionSecurity",
"SmtpServerPort",
"NotifyFromAddress",
"AyaNovaServerUrl"
"AyaNovaServerURL"
]);
}