-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Component/s: Content Views
-
Tags:
-
Sprint:nxNag Sprint 7.4.1
-
Story Points:3
At serialization, every query parameter is serialized as a String (using toString method to add JSON element)
At deserialization, every JSON element are read as String.
Therefore content views which uses non String parameters (list, boolean) will fail to build the corresponding query when restoring the query parameters from the content view state.
- depends on
-
NXP-10347 Fix CSV export when using a Path parameter
- Resolved