postorius only show 50 owner lists
Hi,
I have installed mailman3 suite on Debian 9.
And postorius only lists up to 50 addresses when filter by owner:
https: //lists.domain/mailman3/postorius/lists/? role = owner
A first query in the database returns all the lists, but then, when it makes the subsequent queries for each list, it ends when it reaches 50.
Any ideas?
regards
On Fri, Mar 1, 2019, at 3:14 PM, elalelopez@gmail.com wrote:
Hi,
I have installed mailman3 suite on Debian 9.
And postorius only lists up to 50 addresses when filter by owner:
https: //lists.domain/mailman3/postorius/lists/? role = owner
A first query in the database returns all the lists, but then, when it makes the subsequent queries for each list, it ends when it reaches 50.
Which database do you mean here?
I think it is because it is paginated, do you see the pagination on the index page below the list of 50 lists?
Any ideas?
regards
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)
Hello, thanks for answering.
The DB is postgresql.
And it's not a paging problem.
The paging buttons are disabled because I am trying to see all the owner's lists.
I understand that postorius executes the list_index_authenticated function in postorius / views / list.py
The description of the function shows:
"" "Index page for authenticated users.
Index page for authenticated users is slightly different than
un-authenticated ones. Authenticated users will see all their memberships
in the index page.
This view is not paginated and will show all the lists.
"" "
Regards.
On Sat, Mar 2, 2019, at 3:41 AM, elalelopez@gmail.com wrote:
Hello, thanks for answering.
The DB is postgresql.
And it's not a paging problem.
The paging buttons are disabled because I am trying to see all the owner's lists.
I understand that postorius executes the list_index_authenticated function in postorius / views / list.py
The description of the function shows:
"" "Index page for authenticated users. Index page for authenticated users is slightly different than un-authenticated ones. Authenticated users will see all their memberships in the index page. This view is not paginated and will show all the lists. "" "
That sounds like a bug in Postorius. Can you please report it on Gitlab (https://gitlab.com/mailman/postorius/issues)?
Regards.
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)
participants (2)
-
Abhilash Raj
-
elalelopez@gmail.com