fix: grafical editor list parsed incorrectly
Some checks failed
Deploy Plattform-Core / test (push) Failing after 48s
Deploy Plattform-Core / deploy (push) Has been skipped

This commit is contained in:
Ida 2026-05-20 16:03:21 +02:00
parent 5a99d73f93
commit 7624af5b46

View file

@ -403,7 +403,7 @@ PORT_TYPE_CATALOG: Dict[str, PortSchema] = {
description="Redmine-Instanz"), description="Redmine-Instanz"),
]), ]),
"RedmineRelationList": PortSchema(name="RedmineRelationList", fields=[ "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="count", type="int", required=False, description="Anzahl in dieser Seite"),
PortField(name="totalMatched", type="int", required=False, PortField(name="totalMatched", type="int", required=False,
description="Gesamtanzahl nach Filter"), description="Gesamtanzahl nach Filter"),