]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Fix display the form errors correctly 3082/head
authoradev <adev2000@gmail.com>
Thu, 4 May 2017 22:12:16 +0000 (00:12 +0200)
committeradev <adev2000@gmail.com>
Thu, 4 May 2017 22:12:16 +0000 (00:12 +0200)
commitab9eb5cdb767510c0c2b9d1b114243741f748f89
treee57d1509ea0cb3f38dccc3e9247c065a377d40d7
parent9579003045970d4feed9de955fe939d4f02fe439
Fix display the form errors correctly

Use `property_path` form option to map underscored form fields
to object properties

@see https://github.com/symfony/symfony/issues/9162#issuecomment-25431148

Fix #3067
src/Wallabag/ApiBundle/Form/Type/ClientType.php
src/Wallabag/CoreBundle/Form/Type/ConfigType.php
src/Wallabag/CoreBundle/Form/Type/EditEntryType.php
src/Wallabag/CoreBundle/Form/Type/RssType.php