Laravel-Backpack / CRUD

Build custom admin panels. Fast!
https://backpackforlaravel.com
MIT License
3.04k stars 885 forks source link

dont error in linkTo when route not found #5413

Closed pxpm closed 7 months ago

pxpm commented 7 months ago

WHY

BEFORE - What was wrong? What was happening before this PR?

If you had a related column, but without relationship assigned, the linkTo would throw an hugly error as reported in https://github.com/Laravel-Backpack/CRUD/pull/5391#issuecomment-1872219557

@promatik fixed this in the mentioned PR, I just ported the fix here because that PR's has BC's that need to be addressed before it becomes mergeable.