Closed
Bug 1227991
Opened 10 years ago
Closed 10 years ago
client.js sends wrong variable to Marionette server
Categories
(Testing Graveyard :: JSMarionette, defect)
Testing Graveyard
JSMarionette
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ato, Assigned: ato)
References
Details
Attachments
(1 file)
In client.js’ send() function, the wrong variable `body` gets sent to the Marionette server. It should instead send `data` which is the serialised variable.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ato
Status: NEW → ASSIGNED
Comment 1•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Attachment #8691993 -
Flags: review?(aus)
Comment 2•10 years ago
|
||
Comment on attachment 8691993 [details] [review]
[gaia] andreastt:bug_1227991 > mozilla-b2g:master
Looks good, ship it!
Attachment #8691993 -
Flags: review?(aus) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•