mwdb-core
mwdb-core copied to clipboard
Diff with... and search doesn't work
trafficstars
Environment information
- MWDB version (from
/about): v2.10.1 - Installation method:
- [x] mwdb.cert.pl service
- [ ] From PyPi (
pip install mwdb-core) - [ ] From docker-compose
- [ ] Other (please explain)
- Plugins installed:
Behaviour the bug (what happened?)
When we use query in Diff with mode, we escape the Diff with mode and we're landing in regular search.
Expected behaviour
We should still be in Diff with mode after making a query.
Reproduction Steps
- Go to a blob
- Click on
Diff withoption - Make a query e.g. by clicking on blob type to filter
- We're redirected to the regular search because the
?diff=part of query is lost