From 7624af5b46641a7fdc80edf1e78d95f526a3980a Mon Sep 17 00:00:00 2001 From: Ida Date: Wed, 20 May 2026 16:03:21 +0200 Subject: [PATCH] fix: grafical editor list parsed incorrectly --- modules/features/graphicalEditor/portTypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/features/graphicalEditor/portTypes.py b/modules/features/graphicalEditor/portTypes.py index 50b1f84f..a08ebd12 100644 --- a/modules/features/graphicalEditor/portTypes.py +++ b/modules/features/graphicalEditor/portTypes.py @@ -403,7 +403,7 @@ PORT_TYPE_CATALOG: Dict[str, PortSchema] = { description="Redmine-Instanz"), ]), "RedmineRelationList": PortSchema(name="RedmineRelationList", fields=[ - PortField(name="relations", type="List[Dict[str,Any]]", description="Relationen"), + PortField(name="relations", type="List[Any]", description="Relationen"), PortField(name="count", type="int", required=False, description="Anzahl in dieser Seite"), PortField(name="totalMatched", type="int", required=False, description="Gesamtanzahl nach Filter"),