You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user references in the project fields participants and applicants should be anonymized on user deletion. At the moment, fetching user references for non-existent users will result in an empty "response". Therefore, it is not a problem to leave the references for now. Replacing the reference with the anonymous user has the benefit that we can deliver it to the front-end and display that there was a relation.
Note that the related field participant_tasks is a little quirky at the moment. Therefore, its order needs to be respected and eventually updated as well! One should consider refactoring it - but that is a little harder (proper field type).
See logbook_user_delete for some example queries.
The text was updated successfully, but these errors were encountered:
The user references in the project fields
participants
andapplicants
should be anonymized on user deletion. At the moment, fetching user references for non-existent users will result in an empty "response". Therefore, it is not a problem to leave the references for now. Replacing the reference with the anonymous user has the benefit that we can deliver it to the front-end and display that there was a relation.Note that the related field
participant_tasks
is a little quirky at the moment. Therefore, its order needs to be respected and eventually updated as well! One should consider refactoring it - but that is a little harder (proper field type).See
logbook_user_delete
for some example queries.The text was updated successfully, but these errors were encountered: