Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ajax grid filtering - value not urlencoded
When submitting an ajax filter with a value like "AT&T" the filter is interpreted wrong because it is not passed as encoded string to the request and gets cut off.
- Loading branch information