Remove full name from adding user to user group dialog

As the 'cn' is not in the response of user-show there is empty column in adder dialog.
Therefore the column was removed.

https://fedorahosted.org/freeipa/ticket/6055

Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Pavel Vomacka
2016-07-21 17:44:50 +02:00
committed by Martin Basti
parent da2305ddb9
commit ffea8218c7

View File

@@ -104,14 +104,9 @@ return {
'title'
],
adder_columns:[
{
name: 'cn',
width: '100px'
},
{
name: 'uid',
primary_key: true,
width: '100px'
primary_key: true
}
]
},