-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
2.5.0, 2.6.0, 2.7.0, 3.0.0
-
None
-
None
- Create Report that can be visualized as Bar Chart
- Add custom Axis Labels for X or Y axis or both
- Save Report
- See that Labels can be seen in chart
- Reload page to load report again
Problem:
- Notice that Axis Labels are gone (also in edit mode)
Expected:
- Axis labels should be still visible and should also be visible again in edit mode.
Cause:
Jackson serializes characters after a a first single lowercase character to lowercase as well, this causes `xLabel` to be `xlabel` on the REST -API, see https://stackoverflow.com/questions/30205006/why-does-jackson-2-not-recognize-the-first-capital-letter-if-the-leading-camel-c .