-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[stable29] fix(files): Do not download files with openfile query flag
#50815
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
Conversation
Instead of downloading files, if there is no other default action, we should just open the details tab. Signed-off-by: Ferdinand Thiessen <[email protected]>
|
/compile |
Signed-off-by: nextcloud-command <[email protected]>
szaimen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐘
|
Possible performance regression detected Show Output |
| // in this case we need to open the details instead and remove the route from the history | ||
| const query = this.$route.query | ||
| delete query.openfile | ||
| query.opendetails = '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@susnux this should have been removed 🙈
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will address in #50876
Manual backport of #50669