Pivot Fields in BelongsToMany relation is ignored inside fieldsForDetail #4627
Answered
by
crynobone
MuathIbnHassan
asked this question in
Q&A
-
Description:When using fieldsForDetail, any pivot fields in any BelongsToMany Relation will be ignored. Detailed steps to reproduce the issue on a fresh Nova installation:add BelongsToMany relation with |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Jul 25, 2022
Replies: 1 comment 4 replies
-
You still need to add |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
crynobone
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You still need to add
BelongsToMany
tofields()
, orfieldsForIndex()
method