Replies: 3 comments
-
I'm open to PRs. :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Awesome! I’ll have a look and then make the PR!Sent from my iPhoneOn 2 Jan 2025, at 18:46, Adam Weston ***@***.***> wrote:
I'm open to PRs. :)
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@awcodes here you go, I created a PR! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
So, I know the plugin picks the navigation label automatically from the model name, but there's some cases where you'd want to have a different name.
From my screenshot above, you can see I have a duplication of User. This is because I have two resources, Customer and Driver which both use the User model, but have vastly different UI and related fields (e.g driver has vehicles, customer does not; customer has requests, drivr does not).
Is it possible to have the plugin pull this from the resource; and if it fails, pull from the model?
If it's too much to ask I can have a look and implement the feature.
Beta Was this translation helpful? Give feedback.
All reactions