Skip to content

Commit

Permalink
almost completed settings with domain selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Nardecchia authored and Alessandro Nardecchia committed Apr 16, 2024
1 parent a7ddb03 commit 6d165cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ export default {
console.error(`error creating task ${taskAction}`, err);
this.error.configureModule = this.getErrorMessage(err);
this.loading.configureModule = false;
// if error during configure set ldap_domain empty
this.ldap_domain = "";
return;
}
Expand All @@ -278,6 +279,7 @@ export default {
console.error(`${taskContext.action} aborted`, taskResult);
this.error.configureModule = this.core.$t("error.generic_error");
this.loading.configureModule = false;
// if error during configure set ldap_domain empty
this.ldap_domain = "";
},
configureModuleCompleted() {
Expand Down

0 comments on commit 6d165cc

Please sign in to comment.