From 1d8aa44d8bdaeca42ea890e89a1d226fd01d4e62 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Tue, 13 Oct 2020 16:26:54 +0200 Subject: [PATCH] fix: [UI correlation graph] fix item links --- bin/lib/Correlate_object.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lib/Correlate_object.py b/bin/lib/Correlate_object.py index 1138949a..cff288f0 100755 --- a/bin/lib/Correlate_object.py +++ b/bin/lib/Correlate_object.py @@ -226,7 +226,7 @@ def get_item_url(correlation_name, value, correlation_type=None): endpoint = 'objects_item.showItem' url = url_for(endpoint, id=value) elif correlation_name == 'paste': ### # TODO: remove me - endpoint = 'showsavedpastes.showsavedpaste' + endpoint = 'objects_item.showItem' url = url_for(endpoint, paste=value) return url