BUG 8477 Participated - Sorting doesn't work for Current User Coloumn SOLVED

- It not shows the value of the column.
- performing a render in the comun only Solr.
This commit is contained in:
Marco Antonio Nina
2012-10-16 15:22:18 -04:00
parent 773a66e7a3
commit 2f25a6a67b

View File

@@ -514,8 +514,10 @@ Ext.onReady ( function() {
if( c.id == 'unpauseLink') c.renderer = unpauseLink;
if( c.dataIndex == 'CASE_SUMMARY') c.renderer = renderSummary;
if( c.dataIndex == 'CASE_NOTES_COUNT') c.renderer = renderNote;
if( c.dataIndex == 'APP_DEL_PREVIOUS_USER') c.renderer = previous_full_name;
if( c.dataIndex == 'APP_CURRENT_USER') c.renderer = full_name;
if (solrEnabled != 1) {
if( c.dataIndex == 'APP_DEL_PREVIOUS_USER') c.renderer = previous_full_name;
if( c.dataIndex == 'APP_CURRENT_USER') c.renderer = full_name;
}
}
//adding the hidden field DEL_INIT_DATE