Closed
Bug 209153
Opened 22 years ago
Closed 22 years ago
Bad size for component field in bugs table
Categories
(Bugzilla :: Bugzilla-General, defect)
Bugzilla
Bugzilla-General
Tracking
()
RESOLVED
DUPLICATE
of bug 197180
People
(Reporter: paulo, Assigned: justdave)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212
The components table has product declared as varchar(64). However, the bugs
table has component as a varchar(50). This generates integrity errors when using
components with > 50 chars (component names are truncated).
Reproducible: Always
Steps to Reproduce:
1. Create a component with very big name
2. Create a bug in that component
3. Check the bugs page and see the component name truncated
Actual Results:
You see the component name in the "components" combo truncated. The original
name exists above.
Expected Results:
The correct component name should have been shown.
Comment 1•22 years ago
|
||
This got fixed for 2.16.3.
*** This bug has been marked as a duplicate of 197180 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
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
•