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
When generating a dashboard (with rails generate administrate:dashboard) while this gem is used, it would be nice if JSON fields were automatically set as Field::JSONB instead of Field::String.with_options(searchable: false). Currently this change needs to be done manually for each field.
The text was updated successfully, but these errors were encountered:
When generating a dashboard (with
rails generate administrate:dashboard
) while this gem is used, it would be nice if JSON fields were automatically set asField::JSONB
instead ofField::String.with_options(searchable: false)
. Currently this change needs to be done manually for each field.The text was updated successfully, but these errors were encountered: