fix copy&paste documents to item/document via menu
This commit is contained in:
parent
2a1b4ece6b
commit
82d369e58d
2 changed files with 30 additions and 9 deletions
|
|
@ -1104,6 +1104,10 @@ pandora.ui.documentsPanel = function(options) {
|
|||
}).open();
|
||||
}
|
||||
|
||||
that.reloadList = function() {
|
||||
$list.reloadList();
|
||||
};
|
||||
|
||||
that.selectSelected = function(offset) {
|
||||
$list.selectSelected(offset);
|
||||
return that;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue