diff --git a/tests/dummy/app/initializers/globals.coffee b/tests/dummy/app/initializers/globals.coffee index d56c693..a75b9fe 100644 --- a/tests/dummy/app/initializers/globals.coffee +++ b/tests/dummy/app/initializers/globals.coffee @@ -23,13 +23,15 @@ default_globals = {name: 'saturday', index: 6} {name: 'sunday', index: 0} ] + + operation_running: '' # moment start time of running operation + project: instance_scope_options: ['instance', 'batch'] + 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']