piccolo-orm / piccolo_admin

A powerful web admin for your database.
https://piccolo-orm.com/ecosystem/
MIT License
299 stars 35 forks source link

Fix regression with JSON filters being visible #356

Closed dantownsend closed 7 months ago

dantownsend commented 7 months ago

Prior to Piccolo Admin v1, we didn't let the user filter JSON fields, because it doesn't work well (see https://github.com/piccolo-orm/piccolo_admin/issues/355 for possible future improvements).

A regression in Piccolo Admin v1 means that the JSON filters are now visible, which we need to rectify.