Skip to content

Add support for viewing list-options for multiple user subs.

Abhilash Raj requested to merge maxking/postorius:manage-mem into master

When a User is subscribed to the same list with two addresses, they can only look at a single membership's preferences since the URL only has a list id componenet.

This MR adds another component, member_id, to the list options page which can individually refer to a specific membership. At this point the list_id is actually redundat and can be removed since the Member ties both a list to a specific subscriber.

I am not sure if replacing the list-id with member_id makes sense, but it possible to so.

Fixes #472 (closed), #290 (closed)

Edited by Abhilash Raj

Merge request reports