Replies: 1 comment
-
|
I'm also an idiot, I the display_labels works... |
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.
-
I have a parent (Controller) and a child (Environment) that both have names.
When I show the "New" form for an Environment there is a select list defined to pick a Controller that the Environment belongs to.
Right now, the select value that shows is like this:
NamespaceObject (ID: <object-id>)I need the select value to be the 'environment__name' but I can't figure out where to set this.
I have tried
human_friendly_idanddisplay_labelsand neither changes the labels on the select values.How do I do this in the schema?
Beta Was this translation helpful? Give feedback.
All reactions