Replies: 1 comment
-
Managed to solve it by adding a redirect to the page itself public function getRedirectUrl(): ?string
{
return EditTeam::getUrl();
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Panel builder
Package Version
v3.2.136
How can we help you?
When a user updates the tenancy team name, it does not update the menu. Is there some event I can dispatch to update it? I have tried digging into the source but have had no luck finding it anywhere. Maybe it's just not possible, but it can confuse some users as they dont know that they have to refresh the page to have it update.
Another idea is to force a reload of the page, but that seems a bit hacky :)
Beta Was this translation helpful? Give feedback.
All reactions