laravel / nova-issues

554 stars 35 forks source link

showOnPreview() does not work on Relationship fields #4184

Closed ziming closed 2 years ago

ziming commented 2 years ago

Description:

showOnPreview() does not work on Relationship fields

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

HasMany::make(...)->showOnPreview();
// Other kinds of relationship fields
stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ziming commented 2 years ago

Yes, the bug still exist.