pattersonkl / google-refine

Automatically exported from code.google.com/p/google-refine
0 stars 0 forks source link

HTTP-encoding for IDs of reconciliation candidates when requesting view/preview #290

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
if reconciliation candidate ID contains a hash (#), requests for preview and 
view are not correct. 
In main\webapp\modules\core\scripts\views\data-table\cell-ui.js at line 428:
var url = preview.url.replace("{{id}}", id);

the id is not encoded and # in the ID is thus not included in the request

Original issue reported on code.google.com by fadima...@gmail.com on 18 Dec 2010 at 9:41

GoogleCodeExporter commented 8 years ago

Original comment by dfhu...@gmail.com on 19 Dec 2010 at 11:57