Feat/workflow phase2 (#4687)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
Reference in New Issue
Block a user