]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Form/Type/EditEntryType.php
Merge remote-tracking branch 'origin/master' into 2.4
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Form / Type / EditEntryType.php
index 083559286477d5bf53fe8d91cb0f716f37adec8a..2fc4c204b36075b58270cdda47b1dd9b51c90e11 100644 (file)
@@ -22,11 +22,13 @@ class EditEntryType extends AbstractType
                 'disabled' => true,
                 'required' => false,
                 'label' => 'entry.edit.url_label',
+                'default_protocol' => null,
             ])
             ->add('origin_url', UrlType::class, [
                 'required' => false,
                 'property_path' => 'originUrl',
                 'label' => 'entry.edit.origin_url_label',
+                'default_protocol' => null,
             ])
             ->add('save', SubmitType::class, [
                 'label' => 'entry.edit.save_label',