Completed
Last Updated: 07 Jun 2023 12:34 by ADMIN
Release R2 2023
Greg
Created on: 25 Apr 2023 11:03
Type: Bug Report
1
Enforce necessary JsonSerializerSettings in the ReportDesignerControllerBase class

Currently, the ReportDesignerControllerBase class does not enforce its own JsonSerializerSettings, rather it uses the ones set globally, on the application level. This could potentially lead to errors since the Web Report Designer requires the data to be serialized in camelCase. When PascalCase is used, certain functionalities get broken.

A way to avoid this would be to explicitly define JsonSerializerSetting in the ReportDesignerControllerBase class so that the Report Designer service does not break regardless of the setting defined on the application level.

0 comments