ontoportal-lirmm / bioportal_web_ui

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

submission DIFF link is not showed in the summary page #64

Closed syphax-bouazzouni closed 2 years ago

syphax-bouazzouni commented 2 years ago

Issue

It should show a diff link that allow the user to download the diff xml file

image

Cause

We don't fetch the diffFilePath attribute here

Fix

Add "diffFilePath" in the list of fetched attributes (https://github.com/ontoportal-lirmm/bioportal_web_ui/blob/master/app/controllers/ontologies_controller.rb#L443)

syphax-bouazzouni commented 2 years ago

fixed https://github.com/ontoportal-lirmm/bioportal_web_ui/commit/95d763dce27cd9e161d28ef10fd36438430eaab9 :

image