Page MenuHomePhabricator

api: mobileformat html returns inconsistent response
Closed, ResolvedPublic

Description

On the api when querying this data:

format:json
action:parse
sectionpreview:true
pst:true
mobileformat:html
title:Foo section test4
text:= 1 =

you get:

form { parse: { text: 'html here' } }

However if you omit the mobileformat property you get

{ parse: { text: { '*': 'html here' } } }

yuk.


Version: unspecified
Severity: normal

Details

Reference
bz54607

Event Timeline

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

bingle-admin wrote:

Prioritization and scheduling of this bug is tracked on Mingle card https://mingle.corp.wikimedia.org/projects/mobile/cards/1256

Change 87252 had a related patch set uploaded by MaxSem:
Make mobileformat not change the output structure

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

Change 87252 merged by jenkins-bot:
Make mobileformat not change the output structure

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