Coupled paraterized dictionary
This commit is contained in:
@@ -40,7 +40,8 @@ class ProvisionTemplateReference(BaseModel):
|
||||
"schema": "ProvisionTemplate",
|
||||
"displayedFields": ['title', 'body']
|
||||
},
|
||||
}
|
||||
},
|
||||
props={"parametrized": True}
|
||||
)
|
||||
|
||||
|
||||
@@ -56,6 +57,9 @@ class ContractTemplate(CrudDocument):
|
||||
default=[],
|
||||
props={"items-per-row": "1", "numbered": True}
|
||||
)
|
||||
variables: List[DictionaryEntry] = Field(default=[], format="dictionary")
|
||||
variables: List[DictionaryEntry] = Field(
|
||||
default=[],
|
||||
format="dictionary",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user