Event listing first baby steps
This commit is contained in:
@@ -76,4 +76,10 @@ translations = attributes:
|
||||
base_workflow_action_definition: 'Base ${models.workflow_action_definition}'
|
||||
workflow_action_connection:
|
||||
conditional_base_value: 'Required if ${models.workflow_action_definition} is'
|
||||
action_event:
|
||||
client_identifier: '${attributes.project_instance.client_identifier}'
|
||||
identifier: 'Action identifier'
|
||||
event_key: 'Event key'
|
||||
event_value: 'Event value'
|
||||
event_timestamp: 'Event timestamp'
|
||||
export default translations
|
||||
|
||||
@@ -42,6 +42,9 @@ default_globals =
|
||||
states: ['pending', 'planned', 'overdue', 'active', 'inquiry', 'rejected', 'completed']
|
||||
final_states: ['inquiry', 'rejected', 'completed']
|
||||
|
||||
action_event:
|
||||
event_keys: ['state', 'value', 'note']
|
||||
|
||||
time_formatting: 'LLL'
|
||||
date_formatting: 'LL'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user