[en] 59645 — Report link in data grid column not correctly encoding ampersands
[en] Fixed: Resolved an issue where parameters do not contain correct values due to ampersands not encoding correctly in the URL.
[en] Reproduction Steps
[en] 1. Log in to the admin client.
[en] 2. From Composer, create a custom table with a single column.
[en] 3. Add a row to the table with a value that contains an ampersand.
[en] 4. Create a presenter report with a single parameter and display the parameter on the report.
[en] 5. Create another presenter report and add the table from step 2 as a source. Add that source as a data grid.
[en] 6. Add a link for the single column of the data grid which links to the report from step 4.
[en] 7. From Portal Access, add the report from step 4 as a web tab. Assign access to both reports.
[en] 8. Log in to Payee Web. Go to the web tab created in step 7 and click the link in the column.
[en] The result is the parameter displays the HTML entity when it should display '&'.