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
does not hide "create new association" button if relation is belongs_to, seems to work fine with has_many
The workaround is adding can_create: false to belongs_to field, then the button wont be visible, but it would be nice to have it all in one place
System configuration
Avo version: 3.7.4
Rails version: 7.0.8.4
Ruby version: 3.2.2
License type
Community
Pro
Are you using Avo monkey patches, overriding views or view components?
Yes. If so, please post code samples.
No
The text was updated successfully, but these errors were encountered:
Context
does not hide "create new association" button if relation is belongs_to, seems to work fine with has_many
The workaround is adding can_create: false to belongs_to field, then the button wont be visible, but it would be nice to have it all in one place
System configuration
Avo version: 3.7.4
Rails version: 7.0.8.4
Ruby version: 3.2.2
License type
Are you using Avo monkey patches, overriding views or view components?
The text was updated successfully, but these errors were encountered: