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

contributte / datagrid / 20755036761
49%

Build:
DEFAULT BRANCH: master
Ran 06 Jan 2026 04:38PM UTC
Jobs 1
Files 98
Run time 1min
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

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>

7 of 7 new or added lines in 1 file covered. (100.0%)

1327 of 2724 relevant lines covered (48.72%)

0.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20755036761.1 06 Jan 2026 04:38PM UTC 98
48.72
GitHub Action Run
Source Files on build 20755036761
  • Tree
  • List 98
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5d3883b0 on github
  • Prev Build on master (#20755028801)
  • Next Build on master (#20755046389)
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