Closed (fixed)
Project:
Path redirect
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2009 at 13:48 UTC
Updated:
17 Dec 2009 at 14:00 UTC
When I create a redirect the source is very often a copy/past out of the recent logs. While copiing the text it often has some whitespace (space, tab and so on) in front or at the end of the string. Yesterday I detected this is the reason why some entries are on top of the regular list instead of the alphabetical place. After starting an edit, without changing anything, and pressing the save button the trim has been performed somehow.
Please trim the entry as the default action before sending the result to the database.
Thanks.
Comments
Comment #1
dave reidFields should be required now, which automatically does the trimming.
Comment #2
promesThanks for the update.