pegros / PEG_LIST

Set of configurable/actionable LWC list components for Salesforce Lightning UX
MIT License
20 stars 8 forks source link

[bug] sfpegListCmp - Error when the column's name defined with a custom label contains a Single Quote #53

Closed Mchaouche closed 1 year ago

Mchaouche commented 1 year ago

Describe the bug

In peglists, when we define the column's name with a custom label that contains a Single Quote an error is thrown

pegros commented 1 year ago

Fixed issue in sfpegMerge_CTL component in build bf8a151 \' sequence in Custom Labels merged server side was generating issues in JSON parsing. They are now replaced by standard single quotes (') to prevent this.

pegros commented 1 year ago

FYI @jstukas