Event listing first baby steps

This commit is contained in:
2018-10-24 13:50:47 -03:00
parent 7aca0db82c
commit fe0a3d8edf
11 changed files with 109 additions and 0 deletions
@@ -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'