PMCORE-779 The "Client Secret" field modification produces the ProcessMaker Error page.
This commit is contained in:
@@ -1283,6 +1283,10 @@ emailServer.application = {
|
||||
autoScroll: false,
|
||||
items: [grdpnlMain]
|
||||
});
|
||||
|
||||
if (errorMessageIfNotAuthenticate && errorMessageIfNotAuthenticate !== "") {
|
||||
Ext.MessageBox.alert(_("ID_INVALID_DATA"), errorMessageIfNotAuthenticate);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user