aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Form/Type/RssType.php
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2017-05-05 07:01:28 +0200
committerGitHub <noreply@github.com>2017-05-05 07:01:28 +0200
commit6603a9d649bc3319694f35dff021f935681a44ad (patch)
tree046079e6c76fb365a4e7fb4064d2229fbdf3465b /src/Wallabag/CoreBundle/Form/Type/RssType.php
parenta7c8f5457014f5dd6370323e9aad61d0d08848ee (diff)
parentab9eb5cdb767510c0c2b9d1b114243741f748f89 (diff)
downloadwallabag-6603a9d649bc3319694f35dff021f935681a44ad.tar.gz
wallabag-6603a9d649bc3319694f35dff021f935681a44ad.tar.zst
wallabag-6603a9d649bc3319694f35dff021f935681a44ad.zip
Merge pull request #3082 from aaa2000/fix-form-errors-display
Fix display the form errors correctly
Diffstat (limited to 'src/Wallabag/CoreBundle/Form/Type/RssType.php')
-rw-r--r--src/Wallabag/CoreBundle/Form/Type/RssType.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Form/Type/RssType.php b/src/Wallabag/CoreBundle/Form/Type/RssType.php
index 94324fed..49b31c1e 100644
--- a/src/Wallabag/CoreBundle/Form/Type/RssType.php
+++ b/src/Wallabag/CoreBundle/Form/Type/RssType.php
@@ -14,6 +14,7 @@ class RssType extends AbstractType
14 $builder 14 $builder
15 ->add('rss_limit', null, [ 15 ->add('rss_limit', null, [
16 'label' => 'config.form_rss.rss_limit', 16 'label' => 'config.form_rss.rss_limit',
17 'property_path' => 'rssLimit',
17 ]) 18 ])
18 ->add('save', SubmitType::class, [ 19 ->add('save', SubmitType::class, [
19 'label' => 'config.form.save', 20 'label' => 'config.form.save',