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

Closing editors on password protected links with auth context #10828

Open
JammingBen opened this issue Apr 24, 2024 · 1 comment
Open

Closing editors on password protected links with auth context #10828

JammingBen opened this issue Apr 24, 2024 · 1 comment
Labels
Priority:p3-medium Normal priority Type:Bug Something isn't working

Comments

@JammingBen
Copy link
Collaborator

JammingBen commented Apr 24, 2024

Describe the bug

Closing file editors on password protected links with auth context (though without having actual access to the resource) renders an empty file list.

Steps to reproduce

  1. As "admin", create a folder and upload a PDF file into the folder
  2. Create a password protected public link for that folder
  3. As "einstein", open that link and enter the password
  4. Open the PDF file
  5. Close it again

Expected behavior

The file list containing the PDF file is being displayed after the file has been closed.

Actual behavior

The file list is empty after the file has been closed.

Issue exists on current master, needs checking if stable-8.0 is affected as well.

@JammingBen JammingBen added Type:Bug Something isn't working Priority:p3-medium Normal priority labels Apr 24, 2024
@AlexAndBear
Copy link
Contributor

Little technical design. It looks like the currentFolder is not set, after closing the viewer/editor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p3-medium Normal priority Type:Bug Something isn't working
Projects
Status: Prio 3 or less
Development

No branches or pull requests

2 participants