Closed BarraudLilian closed 4 years ago
Hello, Same bug for me.
Any news ?
Thanks
Sadly no... In my project it was okay to add another attribute in the Bar FormField, which i set with the option 'disable'=>true.
->add('TextHelper','textarea',array(
'disabled' => true,
"label"=>"TextHelper",
"required"=>false)
)
The result is the appearance of a new column containing the info I needed to put in my help message.
I'm sorry i can't help you more
Thanks @BarraudLilian, i'm waiting response from Sonata team ! Have nice day
This bug is still around in 3.56.1. Anyone able to look into it? @core23?
This is not on my prio list, sorry.
Maybe you can investigate a bit @icedevelopment
This does not translate the help messages - it just prints out message keys!
This does not translate the help messages - it just prints out message keys!
Please open a new issue with your versions, your example and/or provide a PR. I'll be such simpler to help you.
Environment
Sonata packages
Symfony packages
PHP version
Subject
I have an entity Foo having a 'oneToMany ' link to another entity Bar. In the Foo FormField, i have something like that:
And in the Bar FormField, i have that:
Expected results
I want to be able to see the help message..
Actual results
The help message doesn't display.. Other than in this case, help message is displaying correctly