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