How to select only one from the manage list in belongs to many (with Pivot Data) #1107
Unanswered
as7-ali-soltani
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to select only one from the manage list when showCheckboxes: false or checked only one when showCheckboxes: true in backend controller with belongs to many (with Pivot Data) relation.
no pivot form and extra fields defined in pivot table.
example:
user:
-id
-name
role:
-id
-name
user_role:
-user_id
-role_id
Beta Was this translation helpful? Give feedback.
All reactions