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
4 Replies
Hey, I'm just commenting to bump this up. Does anyone have any ideas on where I can look for a solution to this issue?
A refresh command would need sending back with the new data. You updated the static data you see.
Sorry, I forgot to mention that I did try that. I tried again just in case but it's not working. I'm assuming that is because it is an Infolist instead of a form.