Unsubscribing from mailing list doesn't delete all related user data
Components
Labels
None
Description
Context Information
None
Additional information (do not use)
None
Attachments
1
- 07 Jul 2011, 02:19 PM
child of
Activity
Show:
Alex September 19, 2011 at 9:08 PM
Closing, since 5.1.3 release has been released.
Alex July 7, 2011 at 3:02 PM
Fix committed to [b]5.1.x branch/b. Commit Message:
Fixes #0001078: Unsubscribing from mailing list doesn't delete all related user data
Dmitry Andrejev July 7, 2011 at 2:59 PM
Tested good, please commit!
Fixed
Priority
Assignee
Reporter
Alex
AlexDeveloper
Alex
AlexChange Log Message
Fixing data integrity loss during mailing list unsubscribing
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
External issue ID
1078
External issue URL
Fix versions
Affects versions
Created July 7, 2011 at 2:19 PM
Updated December 29, 2024 at 9:13 PM
Resolved September 19, 2011 at 9:08 PM
When user is subscribing to mailing list, then records in 3 tables are created:
PortalUser
PortalUserCustomData
UserGroup
Then, when user is unsubscribing only 1 record from PortalUser table is deleted keeping other 2 records in database.