You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
williamdes opened this issue
Feb 18, 2021
· 0 comments
Assignees
Labels
BugA problem or regression with an existing featurehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incomplete
The fix is ridiculous, this error is because the column name has extra spaces printed out that are not the real column name
And it is sent to the back-end as columnName instead of columnName
The text was updated successfully, but these errors were encountered:
williamdes
added
Bug
A problem or regression with an existing feature
has-pr
An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
labels
Feb 18, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
BugA problem or regression with an existing featurehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incomplete
Describe the bug
A JS error when I select
BETWEENon an INT fieldTo Reproduce
Expected behavior
Show the modal
Server configuration
Additional context
The fix is ridiculous, this error is because the column name has extra spaces printed out that are not the real column name
And it is sent to the back-end as
columnNameinstead ofcolumnNameThe text was updated successfully, but these errors were encountered: