Skip to content

Changed invoice epic selector to multiple#273

Merged
tuj merged 2 commits intorelease/3.0.1from
feature/invoices-changed-epic-selector-to-multiple
Feb 6, 2026
Merged

Changed invoice epic selector to multiple#273
tuj merged 2 commits intorelease/3.0.1from
feature/invoices-changed-epic-selector-to-multiple

Conversation

@tuj
Copy link
Copy Markdown
Contributor

@tuj tuj commented Feb 6, 2026

Link to ticket

Please add a link to the ticket being addressed by this change.

Description

Changed invoice epic selector to multiple.

Screenshot of the result

Screenshot 2026-02-06 at 11 12 40

Checklist

  • My code is covered by test cases.
  • My code passes our test (all our tests).
  • My code passes our static analysis suite.
  • My code passes our continuous integration process.

@tuj tuj self-assigned this Feb 6, 2026
@tuj tuj added the bug Something isn't working label Feb 6, 2026
@tuj tuj requested a review from jekuaitk February 6, 2026 10:27
->setParameter('epic', $filterData->epic);
if (!empty($filterData->epics)) {
foreach ($filterData->epics as $index => $epic) {
$qb->andWhere($qb->expr()->isMemberOf(':epic'.$index, 'issue.epics'))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this supposed to be an 'AND'?

@jekuaitk jekuaitk self-requested a review February 6, 2026 10:58
@tuj tuj merged commit 74d0b56 into release/3.0.1 Feb 6, 2026
8 of 9 checks passed
@tuj tuj deleted the feature/invoices-changed-epic-selector-to-multiple branch February 6, 2026 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants