mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #31050 from nextcloud/backport/30995/stable23
[stable23] Fix bugs with incorrect currentFileList in the favorite and share by you view
This commit is contained in:
commit
f69a79ed6c
1 changed files with 6 additions and 0 deletions
|
|
@ -2293,6 +2293,12 @@
|
|||
this.setFiles(result);
|
||||
|
||||
if (this.dirInfo) {
|
||||
// Make sure the currentFileList is the current one
|
||||
// When navigating to the favorite or share with you virtual
|
||||
// folder, this is not correctly set during the initialisation
|
||||
// otherwise.
|
||||
OCA.Files.App && OCA.Files.App.updateCurrentFileList(this);
|
||||
|
||||
var newFileId = this.dirInfo.id;
|
||||
// update fileid in URL
|
||||
var params = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue