Closed RaimiSol closed 1 year ago
OK, can you please provide us with a PR with your fix?
undefined
written instead for the ontology metadataSee https://github.com/ontoportal-lirmm/bioportal_web_ui/pull/256, @SirineMhedhbi clean and review the code
At the endpoint /ontologies/:acronym the buttons N-Triple and JSON-LD trigger downloads for files with content "undefined".
I solved the issue by modifying the line 96 in metadata_downloader_controller.js
Using chrome devtools the problem showing up was that the condition
subJson["URI"]
!== undefined` didn't catched null values the consequences were: