Closed zareismail closed 4 years ago
This are potential related to #1971
However, same with the existing issue, there seem to be some missing information that I need before able to come out with any solution. Would appreciate a reproducing code with latest Laravel Nova.
Additionally, you are running on Laravel Nova 2.x and we have stop providing bug fixes for the release. Please upgrade to version 3.
This are potential related to #1971
However, same with the existing issue, there seem to be some missing information that I need before able to come out with any solution. Would appreciate a reproducing code with latest Laravel Nova.
Additionally, you are running on Laravel Nova 2.x and we have stop providing bug fixes for the release. Please upgrade to version 3.
ok. Thanks. I catch that in the Nova 3 was resolved
We have three resources
Post
,User
, andComment
with the following relationships:Now, create a
MorphMany::make('Comments')
field in thePost
resource and the following field in theComment
resource :This causes the wrong selection because of the wrong initializing at the
MorphToField.vue
line 177.