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'
|
display: 'Action'
|
||||||
className: 'actionCell'
|
className: 'actionCell'
|
||||||
translation: true
|
translation: true
|
||||||
width: '222px'
|
width: '200px'
|
||||||
header.push attribute
|
header.push attribute
|
||||||
header
|
header
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ class App.User extends App.Model
|
||||||
]
|
]
|
||||||
@configure_overview = [
|
@configure_overview = [
|
||||||
# 'login', 'firstname', 'lastname', 'email', 'updated_at',
|
# 'login', 'firstname', 'lastname', 'email', 'updated_at',
|
||||||
'login', 'firstname', 'lastname',
|
'login', 'firstname', 'lastname', 'organization'
|
||||||
]
|
]
|
||||||
|
|
||||||
uiUrl: ->
|
uiUrl: ->
|
||||||
|
|
Loading…
Reference in a new issue