laravel / nova-issues

556 stars 34 forks source link

Pivot columns show on relation but not on the inverse #5589

Closed Mohammed-Alama closed 1 year ago

Mohammed-Alama commented 1 year ago

Description:

I have a Ride model has ManyToMany relation with RideExtra

Detailed steps to reproduce the issue on a fresh Nova installation:

Create A Ride model Create A RideExtra model Create a BelongsToMany relation between Ride and RideExtra with custom pivot columns

Screenshot 2023-06-04 at 2 58 53 AM Screenshot 2023-06-04 at 3 00 16 AM Screenshot 2023-06-04 at 3 01 36 AM Screenshot 2023-06-04 at 3 01 50 AM
crynobone commented 1 year ago

Unable to reproduce the issue, and we already have dusk tests covering this usage.

Please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example)