RSS

(root)/bugzilla/3.6 : 6556 (compared to revision 7122) : contrib/bugzilla-submit/bugzilla-submit

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

« back to all changes in this revision

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

lpsolit%gmail.com
2009-04-10 02:36:43
Revision ID: cvs-1:lpsolitgmail.com-20090410093643-1jrixroenuu0pn7b
Bug 471871: Bugzilla::Version has duplicated code compared to Bugzilla::Object (make Bugzilla::Version really a subclass of Bugzilla::Object) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat

Show diffs side-by-side

added added

removed removed

158
158
    if 'bug_file_loc' not in data:
159
159
        data['bug_file_loc'] = 'http://'        # Yes, Bugzilla needs this
160
160
    if 'priority' not in data:
161
 
        data['priority'] = 'Normal'
 
161
        data['priority'] = 'P2'
162
162
 
163
163
def validate_fields(data):
164
164
    # Fields for validation

Loggerhead 1.18.1 is a web-based interface for Bazaar branches