fix: grafical editor list parsed incorrectly
This commit is contained in:
parent
5a99d73f93
commit
7624af5b46
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue