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

Filtering issues by label in a specific milestone is not possible #3720

Open
sv-calin opened this issue Jul 18, 2022 · 2 comments
Open

Filtering issues by label in a specific milestone is not possible #3720

sv-calin opened this issue Jul 18, 2022 · 2 comments

Comments

@sv-calin
Copy link
Collaborator

sv-calin commented Jul 18, 2022

Url: https://webcompat.com/issues

Environment:
Operating system: Windows 10
Firefox version: Nightly 104.0a1 (2022-07-17) (64-bit)

Steps to reproduce:

  1. Go to https://webcompat.com/issues
  2. Click on any milestone in order to select it
  3. Type any label in the search bar (eg. "label:engine-gecko")
  4. Press "Enter"
  5. Observe the result

Expected Behavior:
Filtering issues by label in a specific milestone is possible.

Actual Behavior:
Filtering issues by label in a specific milestone is not possible, the label returns issues across all the milestones. The milestone is deselected.

Notes:

  1. Video provided https://gifyu.com/image/SNpZ6
  2. Reproducible on Chrome as well
  3. Selecting a different milestone and applying the same label won't do anything (works if you apply a different label): https://gifyu.com/image/SNpaB

Watchers:
@softvision-oana-arbuzov
@softvision-raul-bucata
@ClintNase

@karlcow
Copy link
Member

karlcow commented Jul 18, 2022

model: issueModel,
/* the url property is set in issueList.IssueView#fetchAndRenderIssues */
initialize: function (options) {
// set defaults
this.params = (options && options.params) || {
page: 1,
per_page: 50,
state: "open",
stage: "all",
sort: "created",
direction: "desc",
};
this.path = (options && options.path) || "/api/issues";
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants