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

fix: users view banned sorting / filtering #9642

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

Ruud68
Copy link
Contributor

@Ruud68 Ruud68 commented Mar 4, 2024

Pull Request for Issue # .
filtering of banned users in users view

Summary of Changes

banned status is a constructedd status after the query, so sorting and selecting will not work. This PR adds part of the construction of this field ito the query so we can use it to filter and select banned status.
Removed rand sorting as that didn't work (ranks are assigned dynamically after querying the database)

Testing Instructions

in users view, sort the banned column
filter on banned = yes

@xillibit xillibit added this to the 6.3 milestone Mar 4, 2024
@xillibit xillibit merged commit a5e1654 into Kunena:K6.3 Mar 4, 2024
4 checks passed
@Ruud68 Ruud68 deleted the sort-filter-banned-users branch March 4, 2024 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants