mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [UI correlation graph] fix item links
This commit is contained in:
parent
1d8aa44d8b
commit
dcd29aec16
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue