Opened 18 years ago
Closed 18 years ago
#4142 closed defect (duplicate)
Milestones don't accept multiple spaces in names
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | ticket system | Version: | 0.10 |
Severity: | trivial | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I can add a milestone with " " in its name, but when I attempt to assign a ticket to it - the operation fails. (Probably because HTML doesn't send multiple spaces as such - it reduces it to just one space)
I think this should be consistent, preferrably by stripping the duplicate whitespaces from miestone's name before saving.
Attachments (0)
Change History (4)
comment:1 by , 18 years ago
comment:3 by , 18 years ago
Yes it does - but it's a purely HTML issue in my view, the <select> milestone sends back the changed text (without many spaces - just one).
comment:4 by , 18 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
The same issue exists for components (see #4058) and probably anything else that ends up in a <select>…
The " " is supposed to be " {5}", meaning more than 1 space ;)