Closed
Bug 304273
Opened 19 years ago
Closed 19 years ago
Bugzilla/DB/Schema/Mysql.pm references obsolete qacontact_accessible field
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: myk, Assigned: myk)
Details
Attachments
(1 file)
|
805 bytes,
patch
|
mkanat
:
review-
|
Details | Diff | Splinter Review |
Bugzilla/DB/Schema/Mysql.pm references the obsolete qacontact_accessible field. Perhaps it shouldn't.
Comment 2•19 years ago
|
||
Comment on attachment 192344 [details] [diff] [review] patch v1: the trivial patch that fixes the problem BOOLEAN_MAP is for reading in old databases. It exists purely for legacy purposes. Doesn't the comment above it explain that? (I forget.)
Attachment #192344 -
Flags: review?(mkanat) → review-
Comment 3•19 years ago
|
||
That particular constant is supposed to reference every boolean field that ever existed in Bugzilla before 2.20.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Comment 4•19 years ago
|
||
(In reply to comment #0) > Bugzilla/DB/Schema/Mysql.pm references the obsolete qacontact_accessible field. > Perhaps it shouldn't. Btw, isn't assignee_accessible obsolete too?
Comment 5•19 years ago
|
||
(In reply to comment #4) > Btw, isn't assignee_accessible obsolete too? Yes. So are a few other fields that no longer exist in Bugzilla, but exist in BOOLEAN_MAP. See comment 3.
You need to log in
before you can comment on or make changes to this bug.
Description
•