Case Title cannot be set for the parallel tasks Valeo

HOR-1554
Case Title cannot be set for the parallel tasks Valeo

HOR-1554
Case Title cannot be set for the parallel tasks Valeo

HOR-1554
Case Title cannot be set for the parallel tasks Valeo
This commit is contained in:
dheeyi william
2016-08-04 16:38:54 -04:00
parent 5afd993262
commit 984385f941
5 changed files with 21 additions and 10 deletions

View File

@@ -344,7 +344,8 @@ function pauseCase(date){
APP_UID: rowModel.data.APP_UID,
DEL_INDEX: rowModel.data.DEL_INDEX,
NOTE_REASON: noteReasonTxt,
NOTIFY_PAUSE: notifyReasonVal
NOTIFY_PAUSE: notifyReasonVal,
APP_TITLE: rowModel.data.APP_TITLE
}
});
}