RSS

(root)/bmo/4.0-dev : 7271 : Bugzilla/DB.pm

To get this branch, use:
bzr branch /bmo/4.0-dev

« back to all changes in this revision

Viewing changes to Bugzilla/DB.pm

Max Kanat-Alexander
2010-07-05 17:42:57
Revision ID: mkanat@bugzilla.org-20100706004257-9wg4e8f3s52lbqhi
Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,
IN_PROGRESS, RESOLVED, VERIFIED.
r=LpSolit, a=mkanat

Show diffs side-by-side

added added

removed removed

68
68
    priority     => ["Highest", "High", "Normal", "Low", "Lowest", "---"],
69
69
    op_sys       => ["All","Windows","Mac OS","Linux","Other"],
70
70
    rep_platform => ["All","PC","Macintosh","Other"],
71
 
    bug_status   => ["UNCONFIRMED","NEW","ASSIGNED","REOPENED","RESOLVED",
72
 
                     "VERIFIED","CLOSED"],
 
71
    bug_status   => ["UNCONFIRMED","CONFIRMED","IN_PROGRESS","RESOLVED",
 
72
                     "VERIFIED"],
73
73
    resolution   => ["","FIXED","INVALID","WONTFIX", "DUPLICATE","WORKSFORME"],
74
74
};
75
75
 

Loggerhead 1.18.1 is a web-based interface for Bazaar branches