diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2019-02-08 15:39:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-08 15:39:51 +0100 |
commit | a86c3f1759a3c0ecbf095888789c2a08d71b5c09 (patch) | |
tree | 540737e663406e922091a5e177b1105fc5a96212 /src/Wallabag/ApiBundle | |
parent | 18460b2d79125d0252e7fe71e1ae84d5ef4f040a (diff) | |
parent | baa5ee2d4292460425ca7f6572425f1fb1100d9d (diff) | |
download | wallabag-a86c3f1759a3c0ecbf095888789c2a08d71b5c09.tar.gz wallabag-a86c3f1759a3c0ecbf095888789c2a08d71b5c09.tar.zst wallabag-a86c3f1759a3c0ecbf095888789c2a08d71b5c09.zip |
Merge pull request #3879 from wallabag/fix/url-default-protocol
Force default_protocol to generate an url input
Diffstat (limited to 'src/Wallabag/ApiBundle')
-rw-r--r-- | src/Wallabag/ApiBundle/Form/Type/ClientType.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/ApiBundle/Form/Type/ClientType.php b/src/Wallabag/ApiBundle/Form/Type/ClientType.php index fc22538f..14dc5c44 100644 --- a/src/Wallabag/ApiBundle/Form/Type/ClientType.php +++ b/src/Wallabag/ApiBundle/Form/Type/ClientType.php | |||
@@ -20,6 +20,7 @@ class ClientType extends AbstractType | |||
20 | 'required' => false, | 20 | 'required' => false, |
21 | 'label' => 'developer.client.form.redirect_uris_label', | 21 | 'label' => 'developer.client.form.redirect_uris_label', |
22 | 'property_path' => 'redirectUris', | 22 | 'property_path' => 'redirectUris', |
23 | 'default_protocol' => null, | ||
23 | ]) | 24 | ]) |
24 | ->add('save', SubmitType::class, ['label' => 'developer.client.form.save_label']) | 25 | ->add('save', SubmitType::class, ['label' => 'developer.client.form.save_label']) |
25 | ; | 26 | ; |