##// END OF EJS Templates
bugzilla: stop bugs always being marked as fixed in xmlrpc (issue3484)...
Jim Hague -
r16876:fdc87904 stable
parent child Browse files
Show More
@@ -654,6 +654,7 class bzxmlrpc(bzaccess):
654 654 if self.bzvermajor >= 4:
655 655 args['ids'] = [bugid]
656 656 args['comment'] = {'body' : text}
657 if 'fix' in newstate:
657 658 args['status'] = self.fixstatus
658 659 args['resolution'] = self.fixresolution
659 660 self.bzproxy.Bug.update(args)
General Comments 0
You need to be logged in to leave comments. Login now