This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user