molgenis / molgenis-legacy

The MOLGENIS Software generator tool for creating Dynamic Software Infrastructure used in the Life Sciences
http://www.molgenis.org
20 stars 19 forks source link

The xref dropdown menu does not display if any values contain single quote character #218

Closed ChaoPang closed 11 years ago

ChaoPang commented 11 years ago

The molgenisXrefService.java class magically replaces single quote with backslash + single quote which leads to the problem of not displaying the labels. I have done a small experiment where I removed the backslash and it suddenly worked. We need a better solution for that other than using replaceAll() method in string manipulation.

dennishendriksen commented 11 years ago

Fixed