Skip to content

Commit

Permalink
Update link_to_property to include propertyid in the URL paramete…
Browse files Browse the repository at this point in the history
…rs of instances subtab (#878)
  • Loading branch information
muhammedBkf authored Dec 9, 2024
1 parent 0c9adac commit 00c804b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/instances_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def link_to_class(ontology_acronym, conceptid)

def link_to_property(property, ontology_acronym)
link_to extract_label_from(property),
ontology_path(ontology_acronym, p: 'properties'),
ontology_path(ontology_acronym, p: 'properties', propertyid: property),
{ target: '_blank'}
end

Expand Down

0 comments on commit 00c804b

Please sign in to comment.