BUG 7224 No last names in user to reassign list
This issue was fixed and added the user name into the list
This commit is contained in:
@@ -459,9 +459,9 @@ Ext.onReady(function(){
|
|||||||
root: 'data',
|
root: 'data',
|
||||||
fields : [
|
fields : [
|
||||||
{name : 'USR_UID'},
|
{name : 'USR_UID'},
|
||||||
{name : 'PRO_USERNAME'},
|
{name : 'USR_USERNAME'},
|
||||||
{name : 'USR_FIRSTNAME'},
|
{name : 'USR_FIRSTNAME'},
|
||||||
{name : 'PRO_LASTNAME'}
|
{name : 'USR_LASTNAME'}
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
@@ -490,6 +490,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: _('ID_USER_NAME'), dataIndex: 'USR_USERNAME', width: 300},
|
||||||
{header: _('ID_FIRSTNAME'), dataIndex: 'USR_FIRSTNAME', width: 300},
|
{header: _('ID_FIRSTNAME'), dataIndex: 'USR_FIRSTNAME', width: 300},
|
||||||
{header: _('ID_LASTNAME'), dataIndex: 'USR_LASTNAME', width: 300}
|
{header: _('ID_LASTNAME'), dataIndex: 'USR_LASTNAME', width: 300}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user