Public bug reported:

As someone else described in
https://lists.mailman3.org/archives/list/mailman-
[email protected]/message/YO4RNZIDBKOKCJA6MRSE4OOGYLJXDDCI/ the drop-
down menus are not working with the current version (1.3.10-1) of
python3-django-postorius.

* Workaround

I could make it working by a temporary workaround by replacing the
content of the postorius directory in static by the latest upstream
version (from git repo), in short I did the follwoing:

- cd /tmp
- git clone https://gitlab.com/mailman/postorius.git
- sudo rm /var/lib/mailman3/web/static/postorius
- sudo cp -pr /tmp/postorius/src/postorius/static/postorius 
/var/lib/mailman3/web/static
- sudo chown -R www-data:www-data  /var/lib/mailman3/web/static/ # only needed, 
if the above was not executed as user www-data
- python3 /usr/share/mailman3-web/manage.py compress # as user www-data (not 
sure this is really needed)
- python3 /usr/share/mailman3-web/settings.py compilemessages # as user 
www-data (not sure this is really needed)
- sudo service mailman3-web restart

* Suggested fix

Update the package python3-django-postorius to a more recent version
from upstream.

* Note

Please also consider new upstream packages for other parts of mailman3 /
mailman3-web. You can find some hints on
https://bugs.launchpad.net/ubuntu/+source/mailman-
suite/+bug/2062960/comments/3 (where I described the my other
workarounds with mailman3)

** Affects: postorius (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2085149

Title:
  Dropdown Menues not working (due to old version)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postorius/+bug/2085149/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to