Skip to content

Owner list can delete

pprandel requested to merge pprandel/hyperkitty:owner_list_can_delete into master

Fix #261 (closed).

As discussed with @msapiro at PyCon US 2023 sprints, one possible solution is:

  1. Fetch list owners emails from mailman core;
  2. Check if logged user primary email is in that list;
  3. I check is true, enable button in template and allow deletion in backend.
Edited by pprandel

Merge request reports