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
Comment #1
zero2one commentedThis 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.
Comment #2
zero2one commented