Christoph Settgast b61f5b2ec9 Fix listing changes over SSH for 2.14
The SSH query API changed from 2.13 to 2.14 from

{"number":"1", ...}

to

{"number":1, ...}

so we need to stringify everything in order to do len, encode etc. on
it.

Change-Id: I06bdd1b4b1181d00a27ce1e76f97baed8cde1284
Story: 2001095
2017-07-25 08:53:48 +02:00
..
2013-08-15 20:42:37 +00:00
2017-07-25 08:53:48 +02:00