The field that holds the path when you set a pane title to be a link is set to 255 characters, but the maxlength of the form field in the UI is 128 (the default for text fields). If the field can hold 255 characters, it probably makes sense to allow the UI to accept 255 characters.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3064054-fieldable_panels_panes-title-link-length-2.patch | 404 bytes | cboyden |
Comments
Comment #2
cboyden commentedPatch is attached.
Also it looks like this might be an issue for more than just this field. If maintainers think it's a good idea I can make this change for other text fields in the UI where appropriate.
Comment #3
damienmckennaComment #4
damienmckennaComment #5
michelleI don't know what other text fields it's needed on but it works great for this one. Thanks!
Comment #7
damienmckennaCommitted. Thank you!
Comment #8
damienmckenna