Problem/Motivation
Currently, attempting to enter urls longer than 128 characters is not allowed by the redirect form element. This is because the maxlength property of drupal textfield element is set to 128 by default, and Rabbit Hole doesn't specify anything different.
Proposed resolution
This issue has already been addressed for Drupal 7 but not for Drupal 8 in #2929474: Can't enter redirect urls longer than 128 characters.
Since it's commonly accepted that all browsers support URLs up to about 2000 characters in length I propose we allow that.
Remaining tasks
Patch to follow- Review
- Merge
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2020-02-21_10-50-09.png | 394.61 KB | danny englander |
| #2 | 3115059-02.patch | 556 bytes | wengerk |
Comments
Comment #2
wengerkHere is the patch, lets tests it
Comment #3
wengerkComment #4
danny englanderI tested the patch in the following way:
/admin/structure/types/manage/articlecomposer install/admin/structure/types/manage/articleComment #5
danny englanderComment #7
dylan donkersgoed commentedThanks for the patch and Danny thanks for the detailed explanation of testing. I've merged this in.
Comment #8
dylan donkersgoed commented