Bug 440022

Summary: Fix code for function Bug.update to work with upstream changes to Bug.pm and process_bug.cgi
Product: [Community] Bugzilla Reporter: Noura El hawary <nelhawar>
Component: WebServiceAssignee: Noura El hawary <nelhawar>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 3.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-05-22 06:39:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 406071    
Attachments:
Description Flags
v1 patch to fix Bug.update to work with latest changes to Bugzilla/Bug.pm dkl: review+

Description Noura El hawary 2008-04-01 12:58:41 UTC
Upstream has done modifications to Bugzilla/Bug.pm and process_bug.cgi that
makes the current WebService Bug.update() fail. Fix the function code to work
with upstream changes for milestone 3.

Comment 1 Noura El hawary 2008-04-16 09:01:40 UTC
Created attachment 302563 [details]
v1 patch to fix Bug.update to work with latest changes to Bugzilla/Bug.pm

after the latest changes bug upstream to Bugzilla/Bug.pm and process_bug.cgi ,
webservice function Bug.update was producing errors ,, attached is a patch that
get the function to work with the latest changes.

Please review when you can.

Noura

Comment 2 David Lawrence 2008-04-22 21:17:36 UTC
Comment on attachment 302563 [details]
v1 patch to fix Bug.update to work with latest changes to Bugzilla/Bug.pm

Patch looks good Noura. Also installed on bugdev and put it through some
testing and it worked as expected. Feel free to check in.
Dave

Comment 3 Noura El hawary 2008-04-23 00:01:44 UTC
Thanks for the review Dave. committed to cvs now.