Can not go back from the files list anymore #1623
Labels
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
bug
feature: files
papercut
Annoying recurring issue with possibly simple fix.
Steps to reproduce
Expected behaviour
Should be activity again
Actual behaviour
Staying on the files app
The problem is, that you have to "jump over" the
http://localhost/index.php/apps/files/
step. However, that one always pushes a new entryhttp://localhost/index.php/apps/files/?dir=/&fileid=44
to the history, so the next "back" brings you toapps/files/
again.Fix
The redirect from
apps/files/
toapps/files/?dir=/&fileid=44
should not push to history, or at least not when we are coming back.On Nextcloud 10 you can do the jump when you are fast enough. But on master it looks impossible to me.
The text was updated successfully, but these errors were encountered: