Skip to content

Commit

Permalink
fix: [UI correlation graph] fix item links
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Oct 13, 2020
1 parent 1d8aa44 commit dcd29ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lib/Correlate_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def get_item_url(correlation_name, value, correlation_type=None):
url = url_for(endpoint, id=value)
elif correlation_name == 'paste': ### # TODO: remove me
endpoint = 'objects_item.showItem'
url = url_for(endpoint, paste=value)
url = url_for(endpoint, id=value)
return url

def get_obj_tag_table_keys(object_type):
Expand Down

0 comments on commit dcd29ae

Please sign in to comment.