Closed
Bug 931161
Opened 11 years ago
Closed 11 years ago
Quicksearch via Bug.search API returns error on bugzilla-dev, but works on production
Categories
(bugzilla.mozilla.org :: API, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: erik.bryn, Unassigned)
Details
Example: https://bugzilla-dev.allizom.org/rest/bug?quicksearch=promises
Response: {
"code" : 100500,
"error" : true,
"message" : "Can't use an undefined value as an ARRAY reference at /data/www/bugzilla-dev.allizom.org/Bugzilla/Search.pm line 748.\n"
}
Comment 1•11 years ago
|
||
Works now. Bugzilla/Search.pm for bugzilla-dev was out of sync with the final tracking flags fixes on production.
dkl
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•