Unplanned
Last Updated: 20 Feb 2023 17:01 by Alexander
Alexander
Created on: 20 Feb 2023 17:01
Type: Bug Report
1
WebReportDesigner - ExternalStyleSheets editor does not work when a certain localization string is changed

When the "Kind" localization property of the Web Report Designer is changed, the ExternalStyleSheets editor breaks, and it cannot be used.

Hardcoded values are used when checking against "LocalizedName" in a few other places as well. Some of which are:

  • "Kind" === e.LocalizedName
  • "Path" === e.LocalizedName
  • "Path" !== e.LocalizedName
  • "Width" === this.LocalizedName
  • "Height" === this.LocalizedName
0 comments