Combine Status filter and Type filter into a single filter #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary:
Fixes CATcher-org#402
Type of change:
Changes Made:
Combine the
TypeandStatusfilter into a single filter. Delete functions that are implemented to support the interactions between the two filters, which are no longer needed.Milestonefilter will now display both "Issues without a milestone" and "PRs without a milestone" options at all times, which matches the behavior when the "All" option is selected under the original "Type" filter.Write basic test cases for
applyDropdownFilterfunction.Screenshots:
Before:
After:
Proposed Commit Message:
Checklist: