View Issue Details

IDProjectCategoryView StatusLast Update
0025649mantisbtfilterspublic2019-03-25 12:10
Reportertk Assigned Tocproensa  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product Version2.15.0 
Summary0025649: Switch back from advanced to simple the filers are not correctly displayed
Description

My default is simple filters.

  1. Toggle "advanced filters" --> advanced filters are displayed correctly in "View issues" page
  2. Toggle "Simple filters" --> mixture between simple and avanced filters, i.e., simple filters in advanced filters layout.

I've reproduced the same issue with mantis 2.15.0

TagsNo tags attached.
Attached Files
Screenshot.png (35,807 bytes)   
Screenshot.png (35,807 bytes)   

Activities

tk

tk

2019-03-25 04:03

reporter   ~0061768

Update:
After 2. the problem disappears when I click the status filter. Then the enumerated filter reduces to the known drop-down box and the known simple view is displayed again. All other filters apear to be displayed correctly.

cproensa

cproensa

2019-03-25 05:29

developer   ~0061771

Last edited: 2019-03-25 05:30

This happens becasue:

  • Advanced filter does not have the property "hide status". So, when switching a simple filter into advanced, the status property is built with the individual values that match the previous status filter.
  • A simple filter only contains one value for each property, but advanced has a multiple values list. When switch from advanced to simple, any property containing multiple values is kept as is, to mantain the filter behaviour. in your case, the status property has been already populated with a mulivalued list.
dregad

dregad

2019-03-25 05:31

developer   ~0061772

@cproensa can you please have a look ?

dregad

dregad

2019-03-25 05:31

developer   ~0061773

Cross-post :-)