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 in filter when using the column field as filter #93

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

Aryan20
Copy link
Collaborator

@Aryan20 Aryan20 commented Mar 20, 2025

Description

Currently Kanban "in" filter is skipped if applied on the column field.
The better fix is to hide the columns not in the "in" filter

Relevant Technical Choices

The code will now iterate of the columns in filter and only show those if the "in" filter is used.

Testing Instructions

  1. Go to Kanban view
  2. Select the column field as the filter
  3. Use the "in" operator
  4. Add some columns to filter on
  5. Check if only the intended columns are visible

Checklist

  • I have carefully reviewed the code before submitting it for review.
  • This code is adequately covered by unit tests to validate its functionality.
  • I have conducted thorough testing to ensure it functions as intended.
  • A member of the QA team has reviewed and tested this PR (To be checked by QA or code reviewer)

Fixes #74

@Aryan20 Aryan20 requested a review from niraj2477 March 20, 2025 11:06
@Aryan20 Aryan20 merged commit 74654c6 into develop Mar 20, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants