• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

contributte / datagrid / 20755036761 / 1
49%
master: 49%

Build:
DEFAULT BRANCH: master
Ran 06 Jan 2026 04:38PM UTC
Files 98
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 Jan 2026 04:37PM UTC coverage: 48.715% (+0.1%) from 48.584%
20755036761.1

push

github

web-flow
Fix URL parameter handling for filtering and perPage changes (issue #1208) (#1236)

Fixes issue #1208 where URL refreshing stopped working when using filtering
or changing items per page. Only pagination via buttons was working.

The problem was that the filterSucceeded() method was adding ALL form filter
values to the persistent $filter parameter, including empty ones. This caused
URLs to include empty filter parameters like ?grid-filter[name]=, matching the
reported regression from version 6.x.

Changes:
- Only non-empty filter values are now added to the persistent $filter parameter
- Empty filter values are explicitly unset from $filter
- The $hasNonEmptyFilter flag is now used to determine if filters are active,
  instead of just checking if values exist
- Empty filter values remain stored in session storage for recall, but don't
  appear in URL parameters

This ensures clean URLs and maintains feature parity with version 6.x.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>

1327 of 2724 relevant lines covered (48.72%)

0.49 hits per line

Source Files on job 20755036761.1
  • Tree
  • List 98
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20755036761
  • 5d3883b0 on github
  • Prev Job for on master (#20755028801.1)
  • Next Job for on master (#20755046389.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc