PMCORE-779 The "Client Secret" field modification produces the ProcessMaker Error page.

This commit is contained in:
Roly Rudy Gutierrez Pinto
2020-01-23 15:04:23 -04:00
parent 2efbb6183a
commit 88ba363505
3 changed files with 45 additions and 17 deletions

View File

@@ -1283,6 +1283,10 @@ emailServer.application = {
autoScroll: false,
items: [grdpnlMain]
});
if (errorMessageIfNotAuthenticate && errorMessageIfNotAuthenticate !== "") {
Ext.MessageBox.alert(_("ID_INVALID_DATA"), errorMessageIfNotAuthenticate);
}
}
}