Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix opening folders from different file lists #14886

Merged
merged 1 commit into from
Mar 27, 2019

Conversation

juliusknorr
Copy link
Member

@juliusknorr juliusknorr commented Mar 27, 2019

This PR fixes navigating to folders from file lists which are not the default one. To achieve proper navigation we need to switch to the default file list before trying to navigate to the actual directory.

Steps to reproduce:

  1. Share a folder
  2. Go to shares overview
  3. Click on the shared folder
  4. The folder gets opened

Fixes #13028

Signed-off-by: Julius Härtl <jus@bitgrid.net>
Copy link
Member

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense!

@ChristophWurst ChristophWurst merged commit 839cdd9 into master Mar 27, 2019
@ChristophWurst ChristophWurst deleted the bugfix/13028/open-folder-share-list branch March 27, 2019 17:48
@juliusknorr
Copy link
Member Author

/backport to stable15

@juliusknorr
Copy link
Member Author

/backport to stable14

@backportbot-nextcloud

This comment has been minimized.

@backportbot-nextcloud

This comment has been minimized.

@MorrisJobke
Copy link
Member

Potential regression: #14962

aszlig added a commit to aszlig/avonc that referenced this pull request Apr 6, 2019
I haven't dug into the details here, but the upstream commit introduced
in nextcloud/server#14886 broke publicly shared
links in a way so you can't click on subfolders.

The regression is tracked upstream at:

nextcloud/server#14962

Signed-off-by: aszlig <aszlig@nix.build>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clicking on shared folder reloads current page instead of navigating to the shared folder
4 participants