When there is more than one filter of the same type for a same field, the function that generates the pagination links only keeps one of them
Example:
I am on this page: https://mydomain.com/mymodelview/list/?_flt_4_code=Y&_flt_4_code=Z#
the link for the 2nd page is: https://mydomain.com/mymodelview/list/?_flt_4_code=Y&page_MyModelView=1
When there is more than one filter of the same type for a same field, the function that generates the pagination links only keeps one of them
Example:
I am on this page: https://mydomain.com/mymodelview/list/?_flt_4_code=Y&_flt_4_code=Z#
the link for the 2nd page is: https://mydomain.com/mymodelview/list/?_flt_4_code=Y&page_MyModelView=1