BUG 6788 Ad Hoc Assignment within a Task does not work
improving the code
This commit is contained in:
@@ -739,7 +739,7 @@ Ext.onReady(function(){
|
|||||||
columns: [
|
columns: [
|
||||||
{ id:'USR_UID', dataIndex: 'USR_UID', hidden:true, hideable:false},
|
{ id:'USR_UID', dataIndex: 'USR_UID', hidden:true, hideable:false},
|
||||||
{ header : "First Name", dataIndex : 'USR_FIRSTNAME', sortable : true, width: 130, align:'center'},
|
{ header : "First Name", dataIndex : 'USR_FIRSTNAME', sortable : true, width: 130, align:'center'},
|
||||||
{ header : "Last Name", dataIndex : 'USR_LASTNAME', sortable : true,width: 130, align:'center', }
|
{ header : "Last Name", dataIndex : 'USR_LASTNAME', sortable : true,width: 130, align:'center' }
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user