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:
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:
- The ViewOrder page does have another action that uses a form in a modal as seen here:
This one works correctly. - There are no errors being produced in the console or in the laravel log.
- I'm currently running Laravel 11.32.0 and Filament 3.2.124