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.
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 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
Thanks for the review Dave. committed to cvs now.