fix copy&paste documents to item/document via menu

This commit is contained in:
j 2017-02-21 17:41:03 +01:00
commit 82d369e58d
2 changed files with 30 additions and 9 deletions

View file

@ -1104,6 +1104,10 @@ pandora.ui.documentsPanel = function(options) {
}).open();
}
that.reloadList = function() {
$list.reloadList();
};
that.selectSelected = function(offset) {
$list.selectSelected(offset);
return that;