Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jonquet opened this issue Feb 12, 2021 · 1 comment · Fixed by #163
Closed

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

jonquet opened this issue Feb 12, 2021 · 1 comment · Fixed by #163
Labels
bug Something isn't working

Comments

@jonquet
Copy link

jonquet commented Feb 12, 2021

If someone upload an ontology with

<pav:version rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">1.0</pav:version>
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
Copy link
Collaborator

Fixed with #163

syphax-bouazzouni added a commit that referenced this issue Nov 21, 2023
syphax-bouazzouni pushed a commit that referenced this issue May 22, 2024
Update UI with latest changes (Oct 04 2023)
syphax-bouazzouni added a commit that referenced this issue Aug 13, 2024
…nt-docker

Fix: UI development envirenement docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants