forked from 0x2620/pandora
select new documents after upload, fixes #2058
This commit is contained in:
parent
76b5c4dc3b
commit
5905e339e3
1 changed files with 1 additions and 1 deletions
|
@ -878,7 +878,7 @@ pandora.ui.documentsPanel = function(options) {
|
||||||
Ox.Request.clearCache('findDocuments');
|
Ox.Request.clearCache('findDocuments');
|
||||||
$list.bindEventOnce({
|
$list.bindEventOnce({
|
||||||
load: function() {
|
load: function() {
|
||||||
$list.options({selected: [files.ids]});
|
$list.options({selected: files.ids});
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.reloadList();
|
.reloadList();
|
||||||
|
|
Loading…
Reference in a new issue