fix collection dubplication
This commit is contained in:
parent
7fa2a8a338
commit
addce75323
3 changed files with 37 additions and 11 deletions
|
|
@ -391,7 +391,7 @@ pandora.ui.folderList = function(id, section) {
|
|||
},
|
||||
key_control_d: function() {
|
||||
if (that.options('selected').length) {
|
||||
pandora.addFolderItem(ui.section, ui._list);
|
||||
pandora.addFolderItem(ui.section, ui.section == 'documents' ? ui._collection : ui._list);
|
||||
}
|
||||
},
|
||||
key_control_e: function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue