Actions not showing?

Hey everyone In one of my resources the actions are not showing. I can not find out what I'm doing wrong, though it is probably something...
Solution:
It was the content grid I was experimenting with at some point: ->contentGrid([ 'md' => 2, 'xl' => 3, ])...
Jump to solution
4 Replies
Barbaracrlp
Barbaracrlp9mo ago
silly try, the coma at the end of the last action.Just for trying
Dennis Koch
Dennis Koch9mo ago
Do you have a Policy for the Gig model? But that shouldn't apply to your custom actions. Hm, weird.
problemli
problemliOP9mo ago
Thanks for the idea Barbara The comma is at the bulk actions though, and they work either way. But yes, it's cleaner to remove the comma 🙂 Nope, no policy. However if I recreate the Resource it works. Now I just have to disect until I find the culprit.
Solution
problemli
problemli9mo ago
It was the content grid I was experimenting with at some point: ->contentGrid([ 'md' => 2, 'xl' => 3, ]) removed it and the buttons are back.

Did you find this page helpful?