Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Photo tag deleted when user is archived #426

Closed
wilco375 opened this issue Oct 7, 2024 · 2 comments · Fixed by #433
Closed

Photo tag deleted when user is archived #426

wilco375 opened this issue Oct 7, 2024 · 2 comments · Fixed by #433
Assignees
Labels
prio:high type:bug Something isn't working

Comments

@wilco375
Copy link
Contributor

wilco375 commented Oct 7, 2024

As seen in the user archive job spec (

it { expect { job }.to change(PhotoTag, :count).by(-2) }
) both tags of the user and created by the user to be archived are deleted. Although the first is logical, since an archived user could otherwise be identified from pictures and associated to the profile again, tags created by the user should actually not be deleted, but be assigned to archive_user as happens for instance with photos they uploaded

@wilco375 wilco375 self-assigned this Oct 7, 2024
@wilco375 wilco375 added prio:high type:bug Something isn't working labels Oct 7, 2024
@lodewiges
Copy link
Contributor

lodewiges commented Oct 7, 2024

archiving has been broken for 2 years as far as I know so, this is not yet an issue (#428)

@wilco375
Copy link
Contributor Author

wilco375 commented Oct 8, 2024

archiving has been broken for 2 years as far as I know so, this is not yet an issue (#428)

In that case archiving should be fixed too too to conform to the GDPR

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
prio:high type:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants