Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Don't return archived users in user photo tags #427

Open
wilco375 opened this issue Oct 7, 2024 · 1 comment
Open

Don't return archived users in user photo tags #427

wilco375 opened this issue Oct 7, 2024 · 1 comment
Assignees
Labels
type:bug Something isn't working

Comments

@wilco375
Copy link
Contributor

wilco375 commented Oct 7, 2024

Currently, all users are shown when searching for tags. However, archived users should not be visible in this list. This can also be implemented client-side but it's probably nicer to do server side, maybe even block the creation of tags for archived users, since all tags are deleted on archival of a user.

@wilco375 wilco375 self-assigned this Oct 7, 2024
@wilco375 wilco375 changed the title Don't return archived users in user tags Don't return archived users in user photo tags Oct 7, 2024
@wilco375 wilco375 added the type:bug Something isn't working label Oct 7, 2024
@wilco375
Copy link
Contributor Author

Should be (largely) fixed if #428 is fixed, since there should only be one archived user then. Have to validate whether this user is still shown in the list or not.

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

No branches or pull requests

1 participant