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:
Roly Rudy Gutierrez Pinto
2021-01-04 13:37:35 +00:00
committed by Julio Cesar Laura Avendaño
3 changed files with 14 additions and 0 deletions

View File

@@ -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