Skip to content

Commit

Permalink
Merge branch 'fix_filter_model' of https://github.com/mkrecek234/ui i…
Browse files Browse the repository at this point in the history
…nto fix_filter_model
  • Loading branch information
mkrecek234 committed Jun 17, 2024
2 parents bd53577 + 3da94f2 commit 4cbe6de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Table/Column/FilterModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public static function factoryType(App $app, Field $field): self
Types::TEXT => FilterModel\TypeString::class,

Types::BOOLEAN => FilterModel\TypeBoolean::class,
Types::SMALLINT => FilterModel\TypeNumber::class,
Types::INTEGER => FilterModel\TypeNumber::class,
Types::BIGINT => FilterModel\TypeNumber::class,
Types::FLOAT => FilterModel\TypeNumber::class,
Expand Down

0 comments on commit 4cbe6de

Please sign in to comment.