-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When no condition is provided, filter() method of grid throws undescriptive error #4897
Labels
🐛 bug
Any issue that describes a bug
filtering
🔥 severity: high
grid: general
grid: global-filtering
version: 7.2.x
version: 7.3.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Comments
tachojelev
added a commit
that referenced
this issue
May 28, 2019
tachojelev
added a commit
that referenced
this issue
May 28, 2019
tachojelev
added a commit
that referenced
this issue
May 28, 2019
tachojelev
added a commit
that referenced
this issue
May 28, 2019
This was referenced May 28, 2019
tachojelev
added a commit
that referenced
this issue
May 30, 2019
tachojelev
added a commit
that referenced
this issue
May 30, 2019
tachojelev
added a commit
that referenced
this issue
May 30, 2019
tachojelev
added a commit
that referenced
this issue
May 31, 2019
tachojelev
added a commit
that referenced
this issue
Jun 4, 2019
tachojelev
added a commit
that referenced
this issue
Jun 4, 2019
tachojelev
added a commit
that referenced
this issue
Jun 6, 2019
tachojelev
added a commit
that referenced
this issue
Jun 6, 2019
tachojelev
added a commit
that referenced
this issue
Jun 7, 2019
tachojelev
added a commit
that referenced
this issue
Jun 7, 2019
tachojelev
added a commit
that referenced
this issue
Jun 10, 2019
tachojelev
added a commit
that referenced
this issue
Jun 10, 2019
tachojelev
added a commit
that referenced
this issue
Jun 10, 2019
tachojelev
added a commit
that referenced
this issue
Jun 10, 2019
14 tasks
tachojelev
added a commit
that referenced
this issue
Jun 10, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🐛 bug
Any issue that describes a bug
filtering
🔥 severity: high
grid: general
grid: global-filtering
version: 7.2.x
version: 7.3.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
When no condition is provided, filter() method of grid throws undescriptive error.
When no condition is provided, the filterGlobal() on the other hand does nothing and does not throw error.
Steps to reproduce
Result
Undescriptive error is thrown.
Expected result
Descriptive error is thrown for both the filter and filterGlobal methods.
Attachments
The text was updated successfully, but these errors were encountered: