From e7eceab2b32c05102989d59f05e7a7f167d37214 Mon Sep 17 00:00:00 2001 From: Terrtia Date: Fri, 2 Jun 2023 11:50:21 +0200 Subject: [PATCH] fix: [correlation] fix tagging nb nodes --- var/www/blueprints/correlation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/www/blueprints/correlation.py b/var/www/blueprints/correlation.py index b6b9776d..38a2b73e 100644 --- a/var/www/blueprints/correlation.py +++ b/var/www/blueprints/correlation.py @@ -247,8 +247,8 @@ def correlation_tags_add(): if tags: ail_objects.obj_correlations_objs_add_tags(obj_type, subtype, obj_id, tags, filter_types=filter_types, lvl=level + 1, nb_max=nb_max) - return redirect(url_for('correlation.show_correlation', type=obj_type, subtype=subtype, id=obj_id, level=level, + max_nodes=nb_max, filter=",".join(filter_types)))