Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Closed as not planned
Labels
Description
Hello community,
In the code of :https://symfony.com/doc/6.2/the-fast-track/en/9-backend.html#customizing-easyadmin
The following code:
yield TextField::new('photoFilename') ->onlyOnIndex() ;
Prevents the possibility of entering the 'photoFilename' when creating and editing comments, I don't think that was intended ?! Otherwise how could we complete it ?
I had to remove ->onlyOnIndex() to have the right!