Closed peter-gribanov closed 4 years ago
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Yes. This issue is still relevant. I still haven’t received any feedback.
@core23 why you ping me?
I have the same issue trying to save an empty field which cannot be empty. Validation does not work
@buxom-man maybe this is your problem #5691 please check
@peter-gribanov Do you want to implement the feature ? I see no reason for not merging this.
@VincentLanglet i create PR for this feature #5937
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is still relevant. We are waiting PR #5937
Environment
Sonata packages
Symfony packages
PHP version
Subject
I can use
DataTransformer
inconfigureFormFields()
, but i can not use it inconfigureListFields()
. Need add ability to use a DataTransformer inconfigureListFields()
.Perhaps a related issue #5691.Steps to reproduce
Make entity
Configure field as editable in admin service
Go to admin. Change the permission and chose some value
Expected results
The
Permission
object is expected.Actual results
Click submit and get 500 error because
string
comes