Skip to content
Snippets Groups Projects

Component specific filter key

1 unresolved thread

Closes #3511942

Merge request reports

Merged results pipeline #447521 failed

Merged results pipeline failed for d98066b8

Code Quality is loading
Test summary results are being parsed

Merged by Chris WellsChris Wells 2 months ago (Mar 13, 2025 2:09pm UTC)

Loading

Pipeline #447552 failed

Pipeline failed for be7d08ec on 2.0.x

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
200 208 >
201 209 {#each Object.entries(choices) as [id, label]}
202 210 <div class="pb-filter__checkbox__container">
203 <label for={id}>
211 <label for={`${id}-${componentId}`}>
204 212 <input
205 213 type="checkbox"
206 {id}
214 id={`${id}-${componentId}`}
  • Adam G-H added 3 commits

    added 3 commits

    Compare with previous version

  • Adam G-H added 6 commits

    added 6 commits

    • a36e1d8e - 1 commit from branch project:2.0.x
    • e85211ac - Merge branch '2.0.x' into 3511942-the-filters-are
    • 53c81f5c - Revert changes to MultipleChoiceFilter
    • c12ab967 - Revert test changes too
    • 1e3e2ea9 - Add failing test
    • 6d1ba3ea - Fix bug

    Compare with previous version

  • Chris Wells added 2 commits

    added 2 commits

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading