BUG 7472 Solved unnecessary fields in case list column sub-menu
The problem has solved adding script for changed the properties of sub-menu
This commit is contained in:
@@ -403,6 +403,20 @@ Ext.onReady ( function() {
|
||||
readerFields.push ( {name: "APP_UID"});
|
||||
readerFields.push ( {name: "DEL_INDEX"});
|
||||
|
||||
for (i=0; i<columns.length; i++) {
|
||||
if (columns[i].dataIndex == 'CASE_NOTES_COUNT') {
|
||||
columns[i].header=_('ID_CASES_NOTES');
|
||||
}
|
||||
if (columns[i].dataIndex == 'CASE_SUMMARY') {
|
||||
columns[i].header =_('ID_SUMMARY');
|
||||
}
|
||||
if (columns[i].dataIndex == 'USR_UID') {
|
||||
columns[i].hideable = false;
|
||||
}
|
||||
if(columns[i].dataIndex == 'PREVIOUS_USR_UID') {
|
||||
columns[i].hideable=false;
|
||||
}
|
||||
}
|
||||
|
||||
var cm = new Ext.grid.ColumnModel({
|
||||
defaults: {
|
||||
|
||||
Reference in New Issue
Block a user