amy
amy copied to clipboard
Allow admin user to delete rolled over membership
If membership A gets rolled over to membership B, and it's later found out that was in error, it is currently not possible to delete the new membership because the new membership is referenced by the source membership. We should be able to delete the new membership.
- Changes needed in
MembershipDelete
(amy/fiscal/views.py
) - Membership should be unlinked from "parent" (through
Membership.rolled_from_membership
) before it is deleted. This all should be within single transaction so that if anything else fails, then the link is restored.
@pbanaszkiewicz @elichad is there any other information you need to implement this feature?
@maneesha no, you can add it to the milestone backlog.