Fix lists to display JSON not Python. (This bug will probably be fixed before I've finished reporting it)

Bug #715151 reported by Nicholas Tollervey
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fluidinfo Explorer
Fix Committed
Undecided
PA Parent

Bug Description

Currently, if a tag value is a list the string representation displayed by the Explorer is of a Python list. E.g.

[u'foo', u'bar', u'baz', ]

This is incorrect. It should be a JSON list.

The simplest fix is the following:

value = json.dumps(pythonList)

:-)

Revision history for this message
PA Parent (paparent) wrote :

Already live !

Changed in fluidinfo-explorer:
assignee: nobody → PA Parent (paparent)
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.