Pathros
resource navigation
How to customize the notification message after updating a record on a custom edit page?
I got the following
when I hit save, i get the default message through a notification, but how do I override the notification message text?
4 replies
edit page
I have created a resource in another panel, but it's not appearing in the navigation menu of that panel.
I don't have any policies in the models.
I have tried
but it doesn't work.
in the route list of php artisan route:list, I do see the new resource route names, however, I don't see the newly created resource in the navigation menu. If i type the url of the resource, I see not found.
Any ideas how to debug it and fix it?
2 replies
custom page edit: unable to find component
I have followed the instructions to build a custom edit page to edit some specific fields of a record in its simplest way:
And registered that page in the resource:
When I hit on the save or submit button, I get the following error:
Livewire\Exceptions\ComponentNotFoundException: Unable to find component: [app.filament.investigador.resources.sica.proyecto-resource.pages.edit-dates]When I check the route list by typing
php artisan route:list --name=filament
:
it is indeed listed.
Then how do I fix it? any ideas? What am I missing?2 replies
For a custom filament page to edit a specific eloquent model, what is the URL of that page?
I haven't found any explanation how to find out the URL of a custom edit page of an Eloquent model.
Is the URL based on the namespace and class name and panel?
this is what I got, but I haven't been able to figure out how to view my page by using the URL. The id of the resource I want to test is 2.
How do I find out the URL?
10 replies
How to enable close on select belongsToMany Select?
I got this custom page Select element Wizard form:
in the wizard form, when you select a topic, the select list is still available and is hiding the "next" button of the Wizard, which causes confusion to the user. So, how do you enable a "close on select" feature?
2 replies