Fields prepended with meta_
don't show up in resource
#3668
Labels
Waiting on Reproduction
Pending reproduction repository or detailed reproduction steps to proceed with issue resolution.
Describe the bug
I created a model with fields such as :title, :meta_title, :description, and :meta_description. I added these to the resource and went to avo, clicked create, and only fields for :title and :description showed up. I confirmed it was not some stale configuration issue by deleting and re-adding fields and they correctly disappeared/showed back up. I then rolled back my migration and changed the field names to
seo_title
andseo_description
and changed them in the resource and they showed up.Expected behavior & Actual behavior
All fields defined in the resource should show up.
System configuration
Avo version:
3.15.6
Rails version:
8.0.1
Ruby version:
3.3.6
License type:
Are you using Avo monkey patches, overriding views or view components?
Impact
Urgency
The text was updated successfully, but these errors were encountered: