Merged in bugfix/PMCORE-2587 (pull request #7690)
PMCORE-2587 There is no a confirmation message when the configuration/connection succeeds Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
7c35e6ebbe
@@ -283,6 +283,13 @@
|
||||
if (response.data.status === "OK") {
|
||||
this.testStatus = true;
|
||||
this.buttonLabel = this.$root.translation("ID_SAVE");
|
||||
this.$bvModal.msgBoxOk(this.$root.translation('ID_SUCCESSFUL_TEST_CONNECTION'), {
|
||||
title: " ", //is important because title disappear
|
||||
hideHeaderClose: false,
|
||||
okTitle: this.$root.translation('ID_OK'),
|
||||
okVariant: "success",
|
||||
okOnly: true
|
||||
});
|
||||
return;
|
||||
}
|
||||
//test fail
|
||||
|
||||
Reference in New Issue
Block a user