This commit is contained in:
@@ -12,6 +12,7 @@ ____________
|
|||||||
## CURRENT STAGE:
|
## 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: 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
|
todo: Back end notification related settings
|
||||||
|
|||||||
@@ -351,6 +351,7 @@ export default {
|
|||||||
async testConfiguration() {
|
async testConfiguration() {
|
||||||
let vm = this;
|
let vm = this;
|
||||||
vm.formState.loading = true;
|
vm.formState.loading = true;
|
||||||
|
vm.testDialog = false;
|
||||||
let url = `global-ops-notification-setting/test-smtp-settings/${vm.testAddress}`;
|
let url = `global-ops-notification-setting/test-smtp-settings/${vm.testAddress}`;
|
||||||
window.$gz.form.deleteAllErrorBoxErrors(vm);
|
window.$gz.form.deleteAllErrorBoxErrors(vm);
|
||||||
try {
|
try {
|
||||||
@@ -452,7 +453,7 @@ async function fetchTranslatedText(vm) {
|
|||||||
"ConnectionSecurity",
|
"ConnectionSecurity",
|
||||||
"SmtpServerPort",
|
"SmtpServerPort",
|
||||||
"NotifyFromAddress",
|
"NotifyFromAddress",
|
||||||
"AyaNovaServerUrl"
|
"AyaNovaServerURL"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user