ontoportal-lirmm / bioportal_web_ui

A Rails application for ontologies portal.
http://agroportal.lirmm.fr/
Other
5 stars 5 forks source link

Version metadata display bugs if its something else than a string #2

Closed jonquet closed 1 year ago

jonquet commented 3 years ago

If someone upload an ontology with

1.0 The version will be automatically extracted and store as a number. Then the ontology summary page does not display with error : FATAL -- : ActionView::Template::Error (undefined method `length' for 1.0:Float): The version needs to be casted to a string.
syphax-bouazzouni commented 1 year ago

Fixed with https://github.com/ontoportal-lirmm/bioportal_web_ui/pull/163