web/data/cubicweb.js
changeset 8045 c81d6f57ae9a
parent 8003 7e240c04c69f
child 8071 9ab3a9406473
--- a/web/data/cubicweb.js	Wed Nov 02 10:37:04 2011 +0100
+++ b/web/data/cubicweb.js	Thu Nov 03 11:18:35 2011 +0100
@@ -88,7 +88,7 @@
 	if (sortvalue === undefined) {
 	    return '';
 	}
-	return sortvalue;
+	return cw.evalJSON(sortvalue);
 }
 });