settings and project operations progress

This commit is contained in:
2018-07-18 20:40:02 -05:00
parent 5d59910424
commit 9a51c2b731
16 changed files with 195 additions and 1 deletions
@@ -33,4 +33,9 @@ translations = project:
show:
dunlop_project_info:
title: "${models.project} %{name} info"
operate:
title: '${models.project} operations'
operation_running_text: 'There already is an operation running'
set_value_on_non_final_with_closed_group:
title: 'Set value on actions where group is closed'
export default translations
@@ -28,6 +28,8 @@ default_globals =
workflow_group:
batch_element_threshold_unit_options: ['businessday', 'day', 'week']
operation_running: '' # should be set to false through api call
project_instance:
states: ['uncategorized', 'unplanned', 'planned', 'active', 'overdue', 'any_rejected', 'all_completed']