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"),