diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 273b9ffc..ac72958c 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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 diff --git a/ayanova/src/views/ops-notification-settings.vue b/ayanova/src/views/ops-notification-settings.vue index 9c18a6b2..47d37260 100644 --- a/ayanova/src/views/ops-notification-settings.vue +++ b/ayanova/src/views/ops-notification-settings.vue @@ -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" ]); }