Closed Bug 528805 Opened 15 years ago Closed 15 years ago

Cannot search for milestones, nor change them in bugs

Categories

(bugzilla.mozilla.org :: General, defect)

defect
Not set
blocker

Tracking

()

RESOLVED FIXED

People

(Reporter: LpSolit, Assigned: justdave)

References

Details

https://bugzilla-stage-tip.mozilla.org/ displays no target milestone in query.cgi, show_bug.cgi doesn't let you change them in bugs, and editproducts.cgi has an empty "default milestone" list for all products. The reason is because all milestones are marked as inactive + non-searchable.
This is a showstopper for going to production.
Assignee: nobody → justdave
Severity: major → blocker
Yep, easy fix.

=== modified file 'Bugzilla/Milestone.pm'
--- Bugzilla/Milestone.pm       2009-11-11 08:56:31 +0000
+++ Bugzilla/Milestone.pm       2009-11-15 23:40:18 +0000
@@ -39,10 +39,12 @@
 use constant DB_COLUMNS => qw(
     id
     value
     product_id
     sortkey
+    is_active
+    is_searchable
 );
 
 use constant REQUIRED_CREATE_FIELDS => qw(
     name
     product


modified Bugzilla/Milestone.pm
Committed revision 6704.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in before you can comment on or make changes to this bug.