Krzysztof
ViewAction slideOver render hook
I got some guidance when I needed to inject a view on a view page itself:
https://github.com/filamentphp/filament/pull/14480
But this time I don't see any render hooks that would be appropriate for the use case
2 replies
Show file uploaded in Infolist
I would just use an action https://filamentphp.com/docs/3.x/infolists/actions#defining-a-infolist-component-action
14 replies
Testing formActions
I've tried testing this way with no luck:
Failed asserting that an action with name [saveBasicDetails] exists on the [Workflou\Filament\Resources\UserResource\Pages\EditUser] page.
Failed asserting that null is an instance of class Filament\Actions\Action.
2 replies
Tailwind class "!" prefix removed when using Panel from custom package
thanks for help! as I stated before it was some versioning issue. Even though the composer.lock had the right version, the old version of filament has been installed in vendor folder. I've removed vendor, reinstalled with composer and had to also remove storage/framework/views cache and it's working
20 replies
Tailwind class "!" prefix removed when using Panel from custom package
I think I found the issue, somehow Laravel decided to install the older version of filament. So the assets are fresh but the html comes from before 5 months (when the
!
was introduced). Will post an update when I'll find the cause of my stupidity 🙂20 replies
Tailwind class "!" prefix removed when using Panel from custom package
did not help, but I've notice the difference in assets cache tag, the fresh Laravel app loads
http://filament.test/css/filament/filament/app.css?v=3.2.97.0
whis is the right version, but the package loads http://workflou.test/css/filament/filament/app.css?v=3.2.40.0
. The 3.2.40
matches filament/actions package version (in both cases)20 replies