Cannot filter boolean fields

Hello,

There seems to be a regression in the collection filter behaviour. I’m unable to apply a filter on a boolean field anymore.


The ‘apply’ button is disabled.
The field used in the screenshot above is simply defined as follow: dir_eligibility: DataTypes.BOOLEAN

Expected behavior

I should be able to filter a collection on a boolean field.

Actual behavior

Whenever a boolean field is selected and a value is provided (‘is’ operator), the “apply” button is disabled.
The problem does not occur for non boolean fields, or for a boolean field with no value provided in the filter (‘is blank’ or ‘is present’ operators).

Failure Logs

N/A

Context

Setup
  • Package Version: 5.7.0
  • Express Version: 4.17.1
  • Sequelize Version: 4.44.4
  • Database Dialect: Postgres
  • Project Name: Homeloop

Hi @arthur.derouge,

Thanks for the feedback.
Our team is currently working on a patch for this recent regression.

We’ll keep you posted.
Thanks for your patience.

@arthur.derouge, the regression patch is currently being deployed.
The patch should be live in around 25 minutes, after a browser page refresh everything should go back to the expected behaviour.

Thanks you again for your patience.