Comment 1 for bug 304670

Revision history for this message
Leonard Richardson (leonardr) wrote :

The problem is caused on the server side where name_or_version is deserialized as a JSON object. TextField fields in query data shouldn't be JSON deserialized; they should just be treated as strings.

A workaround: quote '8.10' as '"8.10"'. Then it'll get deserialized into a string.