On casetracker/cases page, if I click on one of the links to filter on that state, for example:
casetracker/cases/all/state:14

After page refreshed, the same link would show with repeated/redundant state number (14 in this case)
casetracker/cases/all/state:14,14

then on the next page load:
casetracker/cases/all/state:14,14,14

Comments

zero2one’s picture

Assigned: Unassigned » zero2one

This is only a vissable issue.
I will fix this in the near future.

For now I fixed the query so it won't query for "case_type_id IN (1,1,1)" but only for unique id's.

zero2one’s picture

Status: Active » Closed (fixed)