summaryrefslogtreecommitdiffstats
path: root/bugzilla
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2008-09-09 17:34:03 -0400
committerWill Woods <wwoods@redhat.com>2008-09-09 17:34:03 -0400
commit5cc08b46ebaf43f09688fac7a60391b0279926fb (patch)
tree319e7802b1cce32d09932e757ffe5a7505136d89 /bugzilla
parentdedeeb5a75c9975efc89dbf5ccb9f1e143216f14 (diff)
downloadpython-bugzilla-5cc08b46ebaf43f09688fac7a60391b0279926fb.tar.gz
python-bugzilla-5cc08b46ebaf43f09688fac7a60391b0279926fb.tar.xz
python-bugzilla-5cc08b46ebaf43f09688fac7a60391b0279926fb.zip
Fix createbug_required for bz32
Diffstat (limited to 'bugzilla')
-rw-r--r--bugzilla/bugzilla3.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bugzilla/bugzilla3.py b/bugzilla/bugzilla3.py
index 41a3440..12f2af3 100644
--- a/bugzilla/bugzilla3.py
+++ b/bugzilla/bugzilla3.py
@@ -122,6 +122,7 @@ class Bugzilla32(Bugzilla3):
version = '0.1'
user_agent = bugzilla.base.user_agent + ' Bugzilla32/%s' % version
+ createbug_required = ('product','component','summary','version')
def _addcomment(self,id,comment,private=False,
timestamp='',worktime='',bz_gid=''):