atk4 / ui

Robust and easy to use PHP Framework for Web Apps
https://atk4-ui.readthedocs.io
MIT License
439 stars 104 forks source link

FilterModel bug with in 5.2 release #2210

Closed mkrecek234 closed 2 weeks ago

mkrecek234 commented 2 weeks ago

Simple bug, but unfortunately GitHub won't let me create a new branch anymore, so here in quick words:

Just add

            Types::INTEGER => FilterModel\TypeNumber::class,

to $class array and all works fine again.

mkrecek234 commented 2 weeks ago

See fix in https://github.com/atk4/ui/pull/2211