Skip to content

Fix the change subscription process.

Abhilash Raj requested to merge maxking/postorius:issue-474 into master

When trying to change a subscripton from an address that was subscribed to primary address (which happens to be the same old address), we'd fail with an AssertionError as we'd fail to find the Member resource.

Add a new member_id field to change subscription form making it explicit about the Membership we want to change the address on.

Fixes #474 (closed)

Edited by Abhilash Raj

Merge request reports