Closed
Bug 230315
Opened 21 years ago
Closed 20 years ago
milestone length discrepancy in database and editmilestones.cgi
Categories
(Bugzilla :: Administration, task)
Bugzilla
Administration
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: veshi, Assigned: bugzilla)
References
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Opera 7.21 [en]
Build Identifier:
The milestone field in the database is a varchar(20) while the form displayed to
edit a milestone allows for 64 characters.
Reproducible: Always
Steps to Reproduce:
1. Create (or edit) a milestone and supply a name longer than 20 char
2.
3.
Actual Results:
The name supplied gets chopped off at 20 chars.
Expected Results:
The database field should be changed to tinytext or the input field in
editmilestones.cgi should be changed to be of SIZE=20.
Comment 1•21 years ago
|
||
I confirm that this bug is in version 2.17.6.
Comment 2•20 years ago
|
||
This issue has been fixed in bug 190224 two months ago.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
OS: Windows XP → All
Hardware: PC → All
Resolution: --- → FIXED
Updated•19 years ago
|
Assignee: justdave → bugzilla
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•