Closed ejoi8 closed 11 months ago
filamentphp: v3.0.47 livewire: v3.0.3 laravel: v10.23.0 php: 8.1.9
I can confirm this bug, the video posted by @ejoi8 esplains the behaviour very well; the issue is replicated while refreshing one of the secondary tabs and opening and then closing a modal from any tab. By opening and then closing a modal from the first tab, you will experience the issue by clicking on a secondary tab.
So it seems to be related to the refresh while on a secondary tab.
I can confirm this bug too without ->persistTabInQueryString() works fine
When tested more closely, the problem occurs in any operation. EditAction, CreateAction, DeleteAction and Notifications..
So there is no dependent modal
Should be fixed by #10077.
Package
filament/filament
Package Version
v3.0.23
Laravel Version
v10.19.0
Livewire Version
v3.0.0-beta.9
PHP Version
PHP 8.1.3
Problem description
I am using persistTabInQueryString() in InfoList Tab and each tab have a action button to edit and update the record. Everthing is good until :
Expected behavior
Currently the information in the The "Employment Information" tab is missing after the modal is closed. The expected behavior is the tab should show back the information
Steps to reproduce
Here is the video
https://github.com/filamentphp/filament/assets/7079753/6b14d8ef-077a-4d03-912e-f2a900379705
/admin
Users
menuView
button at Admin recordEmployment Information
tabEdit Employment Information
buttonEdit Employment Information
tab cannot be click until the first tab is clicked. Then theEmployment Information
details is missingReproduction repository
https://github.com/ejoi8/filamentejoi
Relevant log output