PMCORE-4027[28891-29654] Case history and case data showing previous case information
Corrections add overlay CR
This commit is contained in:
@@ -179,11 +179,12 @@
|
||||
//!!historyGridList|changeLog
|
||||
|
||||
function historyGridList(){
|
||||
var appUid = this.window.location.search.substr(27);
|
||||
store = new Ext.data.GroupingStore({
|
||||
proxy : new Ext.data.HttpProxy
|
||||
(
|
||||
{
|
||||
url: 'caseHistory_Ajax.php?actionAjax=historyGridList_JXP'
|
||||
url: 'caseHistory_Ajax.php?actionAjax=historyGridList_JXP&appUid=' + appUid
|
||||
}
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user