symfony2 - Sonataadmin list field inline edit on empty fields -
symfony2 - Sonataadmin list field inline edit on empty fields -
i playing around sonataadmin. have list of users in backend , want create specific fields inline editable within list.
->add('email', 'string', array('editable' => true))
works until there object without value email. able edit email straight long field email got value. when it's empty not able edit within list.
symfony2 sonata-admin
Comments
Post a Comment