while attempting to add an aliase the noticed that the lenght of the input field is limited to 63 characters even though the max length in admin/settings/pathauto is set to 100.
Am I missing something?
Kind regards,
Frank
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 335385-path-maxlength-D5.patch | 1.82 KB | asimmonds |
| #2 | 335385-path-maxlength-D7.patch | 2.47 KB | dave reid |
Comments
Comment #1
gregglesThat field is provided by the Drupal core path module (so I'm changing the component). The underlying database field is 128 characters so I think it makes sense to change the form field to be 128 characters as well.
Comment #2
dave reidHere you go. Also found it very weird the the path alias field on the node page was only limited to 250 chars...
Comment #3
alexanderpas commentednice find!
Comment #4
dries commentedGood catch. I've committed this to CVS HEAD and DRUPAL-6 so that should take care of it. Thanks! :)
Comment #6
asimmonds commentedMarked a 5.x issue #289656: Alias UI and DB size limit inconsistent as duplicate to this. I'll port the patch to 5.x-dev soonish...
Comment #7
asimmonds commentedBackported patch for 5.x-dev
Comment #8
dave reidLooks good and applies cleanly.
Comment #9
drummCommitted to 5.x.