Closed francoism90 closed 1 year ago
So I noticed, this seems to happen before the upgrade:
activeRelationManager=null <-- first tab
activeRelationManager=0 <-- opening relationmanager
On the latest upgrade it keeps 0
as value.
Which page of your repository am I looking at, its huge
That VideoResource only has one relation manager, I'm unsure of the problem you're reporting
@danharrin Oh sorry, Filement is in https://github.com/francoism90/hub-api/tree/main/src/App/Admin
After checking the commits, this revert seems to fix the issue:
:active-manager="$activeRelationManager"
@danharrin Yeah, I cannot even open that one.
Same problem here 😞
Fixed by #8519.
With the hasCombinedRelationManagerTabsWithContent set to true, I cannot go the edit form anymore
@danharrin Just a confirmation it now works fine again!
Thanks again, great weekend.
Package
filament/filament
Package Version
v3.0.50
Laravel Version
v10.23.1
Livewire Version
v3.0.4
PHP Version
8.2.6
Problem description
After upgrading to
v3.0.50
, the tabs stop working.I cannot click on another relationship, it simply keeps pointing at the same tab. I'm using session save, maybe this is the problem?
Expected behavior
Tabs/relationmanagers working, as seen in =<3.0.48
Steps to reproduce
Reproduction repository
https://github.com/francoism90/hub-api
Relevant log output