Bug 530073 - bugzilla 3.4 code is missing parts of the external bugs extension
Summary: bugzilla 3.4 code is missing parts of the external bugs extension
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Bugzilla
Classification: Community
Component: Bugzilla General
Version: 3.4
Hardware: All
OS: Linux
high
medium
Target Milestone: ---
Assignee: Noura El hawary
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: RHBZ34UpgradeTracker
TreeView+ depends on / blocked
 
Reported: 2009-10-21 13:20 UTC by Noura El hawary
Modified: 2025-10-16 23:26 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-10-22 10:56:33 UTC
Embargoed:


Attachments (Terms of Use)
v1 of patch to add missing code of external bugs extension (792 bytes, patch)
2009-10-21 13:20 UTC, Noura El hawary
dkl: review-
Details | Diff

Description Noura El hawary 2009-10-21 13:20:52 UTC
Created attachment 365506 [details]
v1 of patch to add missing code of external bugs extension

The external bugzilla code/extension is missing parts in bugzilla 3.4 code which is causing webservice function bugzilla.getBug to fail.

attached is a patch that includes the missing code.

Noura

Comment 1 David Lawrence 2009-10-22 03:21:39 UTC
Upstream added a new hook to do the same thing called 'bug-fields' so I converted extensions/external_bugs/code/get_bug_fields.pl to extensions/external_bugs/code/bug-fields.pl.

Dave

Comment 2 Noura El hawary 2009-10-22 10:56:33 UTC
aah sorry Dave my bad, I realized where the problem is coming from now it is because you have disabled the external-bugs extension as you mentioned in
https://bugzilla.redhat.com/show_bug.cgi?id=528199

and as bugzilla.getBug tries to access the external-bugs it was failing. when i enabled it by removing extensions/external_bugs/disabled only in my working copy the tests were working good. 

so i am closing this bug.

Thanks,
Noura


Note You need to log in before you can comment on or make changes to this bug.