Paging on the messages list is broken when using filters. The next page link is hard-coded to use ?page=2. The link should also use all other URL queries to maintain filters.
Example: The URL for page 1 of inbound messages is /pyas2/message/?direction=IN. The next page button takes you to /pyas2/message/?page=2. It should instead take you to /pyas2/message/?direction=IN&page=2.
Paging on the messages list is broken when using filters. The next page link is hard-coded to use
?page=2
. The link should also use all other URL queries to maintain filters.Example: The URL for page 1 of inbound messages is
/pyas2/message/?direction=IN
. The next page button takes you to/pyas2/message/?page=2
. It should instead take you to/pyas2/message/?direction=IN&page=2
.