undefined
This commit is contained in:
parent
75b95b5549
commit
96d365f3d0
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ pandora.ui.usersDialog = function() {
|
|||
id: 'groups',
|
||||
label: 'Groups',
|
||||
labelWidth: 80,
|
||||
value: user.groups.join(', '),
|
||||
value: user.groups ? user.groups.join(', ') : '',
|
||||
width: formWidth - 16
|
||||
})
|
||||
.bindEvent({
|
||||
|
|
Loading…
Reference in a new issue