DerekCaswell
ViewPage Actions not updating on status change
I have a ViewPackage and a ViewOrder page that both utilize an Infolist. They also both have header actions for managing their status and editing. The only Action in ViewPackage that is managing the status is this:
This action updates the status correctly and the button disappears.
In my ViewOrder page, however, I am running into issues. Here are a couple of the actions as they are right now:
I would prefer not to be doing the redirect back to the current page but without that the buttons are not updating based on the new status even though the status badge on the Order is updating. I would appreciate any ideas on what I might be missing.
A couple other things to note:
1. The ViewOrder page does have another action that uses a form in a modal as seen here:
This one works correctly.
2. There are no errors being produced in the console or in the laravel log.
3. I'm currently running Laravel 11.32.0 and Filament 3.2.124
6 replies
Add a badge next to the title of my View page
I have a PackageResource that is using an InfoList and a ViewPackage page. My packages have a status column. I am able to display the status in the body of the InfoList as a badge but I would like to display it next to the title of the page instead. Is this possible?
4 replies