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
Describe the bug
When filtering the records in the list view for table where column has an :uuid type of column and using is present/is blank filters it raises an exception:
Describe the bug
When filtering the records in the list view for table where column has an
:uuid
type of column and usingis present
/is blank
filters it raises an exception:Reproduction steps
uuid
type but withoutnull: false
constraintis present
/is blank
filter.Expected behavior
When building a query, instead of:
use just:
Additional context
rails
version:7.0.5.1
rails_admin
version: 3.1.2rails_admin
npm package version:It can be easily fixed by adjusting the following file:
lib/rails_admin/adapters/active_record.rb
The text was updated successfully, but these errors were encountered: