PMCORE-3352 The dynaform chosen in 'case summary' is not displayed

This commit is contained in:
Roly Gutierrez
2021-09-21 07:43:58 -04:00
parent 84f3c08176
commit e0cdb89f43
2 changed files with 9 additions and 3 deletions

View File

@@ -457,7 +457,7 @@ Ext.onReady(function(){
*/
function claimCase() {
Ext.Ajax.request({
url: 'cases_CatchExecute',
url: 'cases_CatchExecute?hideMessage=true',
success: function (response, opts) {
Ext.Ajax.request({
url: 'ajaxListener',