F
Filament7mo ago
stvtk

ReplicateAction Not Showing

Hello There, Hope you're doing well. I'm facing a weird issue where the ReplicateAction is not showing anywhere in the editRecord Page or the List Page. Any idea why its not showing ?
No description
20 Replies
awcodes
awcodes7mo ago
Share your code where you are registering the action, then we might be able to help.
stvtk
stvtkOP7mo ago
No description
stvtk
stvtkOP7mo ago
Thank you Adam The weird part is for this resource its not showing at all, but for other resources its showing normally Are you aware of any constraint or i missing something ?
awcodes
awcodes7mo ago
That looks ok to me. Maybe a caching issue?
stvtk
stvtkOP7mo ago
i tried php artisan cache:clear but luck
awcodes
awcodes7mo ago
If you remove the other 2 actions does it show then.
stvtk
stvtkOP7mo ago
removed all actions and still not showing
No description
No description
awcodes
awcodes7mo ago
Can you run php artisan about and let us know what version of filament you have installed?
stvtk
stvtkOP7mo ago
No description
awcodes
awcodes7mo ago
Hmm, sorry, I’m at a loss. Nothing is standing out to me as being off.
stvtk
stvtkOP7mo ago
No worries, Thank you for trying, Really Appreciated. I'll try to debug it and if its a bug maybe i'll raise an issue or a PR
awcodes
awcodes7mo ago
Is the group maybe growing it off? Doesn’t make sense to me that it would but I guess it’s a possibility.
stvtk
stvtkOP7mo ago
I tried with only 1 column, no groups, and still didn't work
awcodes
awcodes7mo ago
Can you provide a reproduction repo.? It’s possibly a bug. But there’s no way of knowing without being able to reproduce it. And just to be clear this isn’t a Sushi implementation correct?
stvtk
stvtkOP7mo ago
Sure I'll prepare the repo - sorry not aware of the term sushi implementation 😅
awcodes
awcodes7mo ago
Then it’s not sushi. 😂
stvtk
stvtkOP7mo ago
hahaha 😂
awcodes
awcodes7mo ago
Yea. It you can reproduce it send me the link to the repo I’ll take a look.
stvtk
stvtkOP7mo ago
Thank you Adam !
awcodes
awcodes7mo ago
Thank you.

Did you find this page helpful?