mwdb-core icon indicating copy to clipboard operation
mwdb-core copied to clipboard

Diff with... and search doesn't work

Open psrok1 opened this issue 2 years ago • 0 comments
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

  1. Go to a blob
  2. Click on Diff with option
  3. Make a query e.g. by clicking on blob type to filter
  4. We're redirected to the regular search because the ?diff= part of query is lost

psrok1 avatar Oct 17 '23 22:10 psrok1