osm-fr / osmose-frontend

Part of osmose that shows results on the website http://osmose.openstreetmap.fr
GNU General Public License v3.0
41 stars 38 forks source link

Clicking 'open' issues from false positive list doesn't load open issues #443

Closed Famlam closed 1 year ago

Famlam commented 1 year ago
  1. Start on https://osmose.openstreetmap.fr/nl/issues/false-positive?item=1170
  2. Click "open" to show the open issues in the left top corner. You'll be send to https://osmose.openstreetmap.fr/nl/issues/open?item=1170&status=false
  3. The issues shown are still the false positives.
  4. Removing &status=false gets you to the open issue list
PtiBzh commented 1 year ago

The same thing happen when you switch from 'Fixed' to 'Open'. &status=done is added to the URL. If you switch from 'Fixed' to 'False positives' to 'Open' you end up with &status=done&status=false and no issues are displayed.

frodrigo commented 1 year ago

Fixed.