RSS

(root)/bugzilla/4.2 : 7271 : contrib/bugzilla-submit/bugzilla-submit

To get this branch, use:
bzr branch /bugzilla/4.2

« back to all changes in this revision

Viewing changes to contrib/bugzilla-submit/bugzilla-submit

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

152
152
    if 'rep_platform' not in data:
153
153
        data['rep_platform'] = 'PC'
154
154
    if 'bug_status' not in data:
155
 
        data['bug_status'] = 'NEW'
 
155
        data['bug_status'] = 'CONFIRMED'
156
156
    if 'bug_severity' not in data:
157
157
        data['bug_severity'] = 'normal'
158
158
    if 'bug_file_loc' not in data:

Loggerhead 1.18.1 is a web-based interface for Bazaar branches