Page MenuHomePhabricator

API requests are never POSTed now
Closed, ResolvedPublic

Description

e9e4692f126604a697df5613ca5894354df6ae66 changed the structure of mainRequest.info, which is also used in line 590 (mustBePosted = mainRequest.info.mustbeposted === ''). Now mainRequest.info.mustbeposted is always undefined so requests are never POSTed, causing mustbeposted API errors.


Version: unspecified
Severity: major

Details

Reference
bz63537

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:14 AM
bzimport set Reference to bz63537.
bzimport added a subscriber: Unknown Object (MLST).

Change 123897 had a related patch set uploaded by Alex Monk:
Fix POST queries

https://gerrit.wikimedia.org/r/123897