Implemented issue #552 - Add organization to overview in manage users (admin interface).
This commit is contained in:
parent
4ed6e67096
commit
f8c4ec3fbb
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ class Index extends App.ControllerSubContent
|
|||
display: 'Action'
|
||||
className: 'actionCell'
|
||||
translation: true
|
||||
width: '222px'
|
||||
width: '200px'
|
||||
header.push attribute
|
||||
header
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ class App.User extends App.Model
|
|||
]
|
||||
@configure_overview = [
|
||||
# 'login', 'firstname', 'lastname', 'email', 'updated_at',
|
||||
'login', 'firstname', 'lastname',
|
||||
'login', 'firstname', 'lastname', 'organization'
|
||||
]
|
||||
|
||||
uiUrl: ->
|
||||
|
|
Loading…
Reference in a new issue