Closed
Bug 889660
Opened 12 years ago
Closed 12 years ago
Regression: makeapi-client v0.3.2 doesn't work with makeapi v0.3.0-1-gd2d569a
Categories
(Webmaker Graveyard :: MakeAPI, defect)
Webmaker Graveyard
MakeAPI
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jon, Assigned: jon)
References
Details
v0.3.0-1-gd2d569a broke makeapi-client v0.3.2. This is because makeapi now expects the searchData.makerID to be: {
id: "jon@example.org",
not: false
}
whereas before it was searchData.makerID = "jon@example.org".
Comment 1•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/thimble.webmaker.org
https://github.com/mozilla/thimble.webmaker.org/commit/b17ed638c9016943b6eda159d8bbcdadaef43546
Fix bug 889660 - Update to makeapi-client v0.4.0 to fix regression
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/popcorn.webmaker.org
https://github.com/mozilla/popcorn.webmaker.org/commit/1dca3f47ee9f90c79063c88d3312f714ebbb78fd
Fix bug 889660 - Update to makeapi-client v0.4.0 to fix regression
You need to log in
before you can comment on or make changes to this bug.
Description
•