Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.4.0
-
None
Description
The rewrite of the HICC dashboard with REST API has introduced a bug in column resizing. JSON Array colSize: [ 20, 80 ], does not deserialize properly in Jersey. The work around is to encode the values inside quotes, like: colSize: [ "20", "80" ].