Connor
Unable to find component
I have a package where I am attempting to implement a custom page in filament
The page loads correctly, I see the button for refreshing feed, however clicking it gives me the error
I have the page registered in the boot of my package.
I cannot get any buttons/ actions to work, maybe due to how I'm adding the page as part of a package?
Not sure where to go from here so any help would be appreciated.
12 replies
Select::isOptionDisabled(): Argument #2 ($label) must be of type string
I'm getting the following error when trying to create or edit a EmailResource
This is only happening on my production server, not locally. Not quite sure how to debug it as i believe its referencing a blade generated template?
4 replies
Go to record on "view" in Relationship managed resource.
So I have a "Leads" resource and I would like when in the relationship manager for the related "Emails" Resource, the "view" record would take me to the page for that record, instead of popping it out over my lead.
Not quite sure how to achieve this specifically, I just want it to mimic what It would do if I were clicking it in the Email table not the relationship manager.
Any help on this would be greatly appreciated.
5 replies
ResourceManager not using new field names. (QueryException)
I've created a CheckoutItemsRelationManager for my CheckoutSessionResource, when i view the panel it gives me the following error..
I've created a CheckoutItemsRelationManager for my CheckoutSessionResource, when i view the panel it gives me the above error..
The issue is I've changed checkout_session_id to stripe_checkout_id, but Filament is still trying to find it with its old variable name? any help would be appreciated.
I've updated the CheckoutItems.php reference to this variable & the migration for it. As well as clearing cache,config etc.
7 replies
Running something when save changes is clicked.
So I have a page for Products, where a user can edit a products information. I want to be able to pass that info back to stripe to update the product externally so I'd like it to run this process when the Edit product form saves but not quite sure how or where i inject this code.
Appreciate the help!
9 replies