Closed
Bug 304273
Opened 20 years ago
Closed 20 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.
| Assignee | ||
Comment 1•20 years ago
|
||
Max, is this one-liner something we want?
Comment 2•20 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•20 years ago
|
||
That particular constant is supposed to reference every boolean field that ever
existed in Bugzilla before 2.20.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Comment 4•20 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•20 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
•