Attach/detach for :through associations #1798
segiddins
started this conversation in
Feature feedback
Replies: 2 comments
-
It could be that the buttons are there just because the fields use the regular non- |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yeah they can, but it feels a bit to me like avo is doing a dangerous/unexpect thing by default here
… On Jun 22, 2023, at 5:33 AM, Adrian Marin ***@***.***> wrote:
It could be that the buttons are there just because the fields use the regular non-through (has_many, has_one) field components.
I think they can be hidden using the authorization policies, right?
—
Reply to this email directly, view it on GitHub <#1798 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAO3H4WGFOFLWDDFMCMSXYTXMQ3QZANCNFSM6AAAAAAZPT5ZGU>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It doesn't make sense to me that attach/detach/delete are available on associations that are
:through
another association, and it seems like "detaching" one of those associations actually destroys the intermediate object?Beta Was this translation helpful? Give feedback.
All reactions