Action to create does not load the defined label #182
Answered
by
orebarranco
orebarranco
asked this question in
Q&A
-
I have the Appointment model defined. I have set the modelLabel property to a value. But the create button does not show the label that I have set for the model. It simply shows the model name. |
Beta Was this translation helpful? Give feedback.
Answered by
orebarranco
Jul 31, 2024
Replies: 2 comments 2 replies
-
@orebarranco Hi do you have some solution for it? |
Beta Was this translation helpful? Give feedback.
2 replies
-
@saade any idea for this issue? even I see the trait InteractsWithRecords doesn't work |
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
Hi, I solved the problem by overriding the headerActions() method and specifying the label method for the CreateAction action: