-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Version:
- listmonk: v4.1.0 and v.5.0.0
- OS: Ubuntu 24.04
Description of the bug and steps to reproduce:
Bounces list page, Type column sorting doesn't work! We have inserted both hard and soft type bounce records into the database using API calls but sorting on the type column doesn't really sort anything.
Additionally, clicking on the type data for any row (such as Hard or Soft) which adds ?type=(soft|hard) to the page URL, doesn't really narrow down the results to the specific type as it may do for Campaign and Source.
Screenshots:
Below screenshot is taken from the page with URL /admin/subscribers/bounces?type=soft
which has the type parameter to narrow down the sort to only soft type entries, which it doesn't, and additionally shows the sorting of the data against the Type columns which is also not functionalizing as it should be.