fix: [UI correlation graph] fix item links

pull/534/head v3.3
Terrtia 2020-10-13 16:28:03 +02:00
parent 1d8aa44d8b
commit dcd29aec16
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 1 deletions

View File

@ -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):