Page MenuHomePhabricator

serialising lists of months from code
Open, MediumPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

What happens?:
Error type: Unspecified error
Expected result: [ "Z16098", { "Z1K1": "Z16098", "Z16098K1": "Z16111" } ]
Actual result: { "Z1K1": "Z5", "Z5K1": "Z500", "Z5K2": { "Z1K1": { "Z1K1": "Z7", "Z7K1": "Z885", "Z885K1": "Z500" }, "Z500K1": "Could not serialize input Python object: 11" } }

What should have happened instead?:
The numbers inside the list returned should get converted into month-type, so that they can pass the tests.

Other information (browser name/version, screenshots, etc.):
I'm not totally sure how it's meant to work, but I can't find a way of getting a list of months out of a Python implementation.

Related Objects

StatusSubtypeAssignedTask
OpenBUG REPORTNone
ResolvedBUG REPORTcmassaro