-
Notifications
You must be signed in to change notification settings - Fork 55
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
Properly save old route when opening the viewer #2322
Conversation
cd3bd0d
to
16d5e24
Compare
/backport to stable29 |
/backport to stable28 |
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.
🐘
@skjnldsv, I don't have admin rights to bypass the unrelated failing Cypress test |
They are not really unrelated. Sometime ago a PR was merged without updating the snapshots. PS: Yes probably a nextcloud-vue issue but tests are doing what they should do: Fail if something is wrong :) |
Signed-off-by: Louis Chemineau <louis@chmn.me>
b7096f8
to
5ab1372
Compare
Updating snapshots did not help here. Not sure why they differ in the CI, they have some bold text. |
Have generated them locally? I do not think this will work because of font issues. Best way is to download the snapshots from the CI workflow and use them. |
Signed-off-by: Louis Chemineau <louis@chmn.me>
5ab1372
to
80a0854
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
/backport 09d754a to stable28 |
/backport 09d754a to stable29 |
This comment was marked as outdated.
This comment was marked as outdated.
/backport 09d754a to stable28 |
I guess the
params
andquery
properties of the route are updated and not replaced on route change, so we were losing the previous state.