#Infolist link not clickable

4 messages · Page 1 of 1 (latest)

tired stump
#

I have added a link to an infolist using the code from the documentation and it there are no errors its just not creating a clickable link. Sure I'm jusrt being dumb but cant see why...
Thanks anybody!

TextEntry::make('Add Item')
->url(fn (Order $record): string => route('createItem', ['id' => $record])),

slender mapleBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

tender sluice
tired stump
#

Brilliant! Thanks so much.