Feat/workflow phase2 (#4687)
This commit is contained in:
parent
45deaee762
commit
e852a21634
139 changed files with 5997 additions and 779 deletions
|
|
@ -11,5 +11,6 @@ workflow_fields = {
|
|||
'created_by': fields.Nested(simple_account_fields, attribute='created_by_account'),
|
||||
'created_at': TimestampField,
|
||||
'updated_by': fields.Nested(simple_account_fields, attribute='updated_by_account', allow_null=True),
|
||||
'updated_at': TimestampField
|
||||
'updated_at': TimestampField,
|
||||
'tool_published': fields.Boolean,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue