]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Form/Type/EditEntryType.php
Entry: handle originUrl in edit form, update translations
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Form / Type / EditEntryType.php
index 1627cc445e60035047fa9d1926a1e0866750e3e2..4bceaf5f96595914eabfce42c51e675f396c0970 100644 (file)
@@ -22,6 +22,11 @@ class EditEntryType extends AbstractType
                 'required' => false,
                 'label' => 'entry.edit.url_label',
             ])
+            ->add('origin_url', TextType::class, [
+                'required' => false,
+                'property_path' => 'originUrl',
+                'label' => 'entry.edit.origin_url_label',
+            ])
             ->add('save', SubmitType::class, [
                 'label' => 'entry.edit.save_label',
             ])