whitecube / nova-flexible-content

Flexible Content & Repeater Fields for Laravel Nova
MIT License
788 stars 231 forks source link

Fix incomplete getUnderlyingMediaModel fix #518

Closed mabdullahsari closed 3 months ago

mabdullahsari commented 4 months ago

PR #509 attempted to rectify the retrieval of the origin model, but the fix is incomplete. For some reason, the while loop was skipped but this is absolutely necessary for the proper functioning of nested layouts.