ncbo / biomixer

BioMixer
2 stars 5 forks source link

"Open concept homepage in tab" link is broken for all classes #1

Open jvendetti opened 7 years ago

jvendetti commented 7 years ago

Originally reported as ncbo/bioportal_web_ui#18. Moved issue to this repository, which contains the errant code.

The "Open concept homepage in tab" link is broken for all classes. One example of such a link:

http://bioportal.bioontology.org/ontologies/NCIT?p=classes&conceptid=http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl#C22187

The last part of the link (conceptid=<>) should be URL encoded, but it isn't.

Steps to reproduce:

  1. Navigate to the "Course" class.
  2. Select the "Visualization" tab.
  3. Click on Course in the visualization pane to bring up the class information dialog.
  4. Click the "Open concept homepage in tab" link, which results in a 404 error.