Bug 530073
| Summary: | bugzilla 3.4 code is missing parts of the external bugs extension | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | Noura El hawary <nelhawar> | ||||
| Component: | Bugzilla General | Assignee: | Noura El hawary <nelhawar> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 3.4 | ||||||
| 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: | 2009-10-22 10:56:33 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: | 514793 | ||||||
| Attachments: |
|
||||||
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 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 |
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