railsadminteam / rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
MIT License
7.87k stars 2.25k forks source link

fix is_blank and is_present filters for uuid columns #3628

Closed ozenbusra closed 1 year ago

ozenbusra commented 1 year ago

Using "is present" and "is blank" filters for UUID columns causes "PG::InvalidTextRepresentation" since UUID type cannot be represented with empty string.

Empty string search is removed for UUID as well as boolean, integer, decimal and float columns.