We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Javascript console error upon filter apply when date filter is chosen
Applying expected close date or created at date causes TypeError: column.value.join is not a function in admin/build/assets/app-5af6f62c.js
TypeError: column.value.join is not a function
admin/build/assets/app-5af6f62c.js
I used composer create-project and also the docker image with tag 2.0.4
1. select date filter 2. click apply
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
Title
Javascript console error upon filter apply when date filter is chosen
Issue Description
Applying expected close date or created at date causes
TypeError: column.value.join is not a function
inadmin/build/assets/app-5af6f62c.js
Preconditions
I used composer create-project and also the docker image with tag 2.0.4
Steps to reproduce
The text was updated successfully, but these errors were encountered: