document groups
This commit is contained in:
parent
a745943a4f
commit
c8799df308
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
||||||
pandora.$ui.groupsDialog = pandora.ui.groupsDialog({
|
pandora.$ui.groupsDialog = pandora.ui.groupsDialog({
|
||||||
id: data.id,
|
id: data.id,
|
||||||
name: data.title,
|
name: data.title,
|
||||||
type: 'item'
|
type: 'document'
|
||||||
})
|
})
|
||||||
.bindEvent({
|
.bindEvent({
|
||||||
groups: function(data) {
|
groups: function(data) {
|
||||||
|
|
Loading…
Reference in a new issue