Owner's or Moderator's Lists
I feel like I'm missing something obvious, but is there a page in Postorius that lists all of the lists of which the user is the owner or moderator?
When I visit the /lists/ URL as an admin, I see a full list. When I visit the /lists/ URL without being logged in, I see public lists.
I've heard from two people who are list owners (and confirmed they're logged in and their email is showing as verified) that they also just see the public lists on the /lists/ page.
(I tried searching the archives and didn't see anything that addressed this. My apologies if I overlooked it!)
On 7/31/20 10:32 AM, Johnny Cison wrote:
I feel like I'm missing something obvious, but is there a page in Postorius that lists all of the lists of which the user is the owner or moderator?
What Postorius version are you looking at? Since 1.2.2, Postorius has a 'filter by roll' button at the top of the list on the /lists/ page.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
What Postorius version are you looking at? Since 1.2.2, Postorius has a 'filter by roll' button at the top of the list on the /lists/ page.
It's 1.1.2, which is the python3-django-postorius version included with the package manager on Ubuntu 18.04.
Is there by chance a mechanism for viewing that information in 1.1.2?
On 7/31/20 11:09 AM, Johnny Cison wrote:
It's 1.1.2, which is the python3-django-postorius version included with the package manager on Ubuntu 18.04.
Is there by chance a mechanism for viewing that information in 1.1.2?
You have several choices.
Do nothing and wait for Debian/Ubuntu to upgrade the package and backport it.
Try upgrading Postorius from source or with pip. This will probably result in disaster, and even if it doesn't, will probably also require upgrading django-mailman3, mailmanclient and mailman core to support new features in Postorius.
See the merge requests at <https://gitlab.com/mailman/postorius/-/merge_requests/349>, and if you have >50 lists, <https://gitlab.com/mailman/postorius/-/merge_requests/437> and try patching installing those changes as patches. Note that!349 patches 15 files, but one of them is the change log and 12 are related to tests. The only ones you need to patch are postorius/templates/postorius/index.html and postorius/views/list.py. Likewise, these two are all you need from !437.
Abandon the Debian/Ubunto package and install the whole suite from source or with pip.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Johnny Cison
-
Mark Sapiro