rox icon indicating copy to clipboard operation
rox copied to clipboard

Groups are deleted but membership isn't

Open thisismeonmounteverest opened this issue 7 years ago • 3 comments

When a group gets deleted the code should remove the membership entries in the database as well but obviously fails to do so. This wasn't a problem with the old code but the new code uses the memberships as the entry point and not the groups so this leads to problems.

A database cleanup is needed and the group deletion process needs to be changed so that membership is really removed. (Use cascade in Doctrine entity class?)

thisismeonmounteverest avatar Nov 08 '18 19:11 thisismeonmounteverest

Hello. I'd like to start contributing to BeWelcome, is this a good task for starting?

omoustaouda avatar Apr 28 '19 20:04 omoustaouda

Hooray! @thisismeonmounteverest can better judge if it's a good task for starting, but I'd say any open issue is a good task for starting ;)

amnesiac84 avatar Apr 28 '19 22:04 amnesiac84

@omoustaouda: I don't think this would be a good starting point as it involves a fix for old code. Digging through that is a nightmare :)

But check #1 .

thisismeonmounteverest avatar Apr 29 '19 18:04 thisismeonmounteverest