-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to customize a tab name in a URL? #127
Comments
Currently this is not possible. It's dictated by the tab name. This is a good idea to have though. If you want to create a PR for this feel free to do so. Otherwise I'll take a look next week. |
I definitely agree that this is a very good improvement. As I'm gonna be busy this weekend, I will take a look next week. However, for backwards compatibility reasons this would not be enabled by default. This is how I would likely implement this:
I'd like to hear what you think. |
Sound plan. |
Alright so I had a look. In the current state of the package this isn't possible. However with the ideas mentioned in #129 this would be made possible. I'm going to need to write this one out and plan this correctly as this would be a MASSIVE change. I'll keep this issue open for the time being and refer to it when I'm ready to post an issue to address #129. |
This has been implemented with the new |
How to customize a tab name in a URL?
Instead of: "http://localhost/admin/resources/users/1?tab=Aktywno%C5%9Bci" there must be: "http://localhost/admin/resources/users/1?tab=activities"
The text was updated successfully, but these errors were encountered: