Safeguarding attached actions

This commit is contained in:
2017-12-25 13:36:09 +01:00
parent 9936a38843
commit 724a3688d9
7 changed files with 115 additions and 37 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export default_filter = Ember.Object.create
project_id: ''
project_instance_project_scenario_id: ''
workflow_action_definition_organization_id: ''
offset_type_not_eq: 'attached'
workflow_action_definition_offset_type_not_eq: 'attached'
state_in: []
target_date_gteq: null
target_date_lteq: null
+1 -1
View File
@@ -10,7 +10,7 @@ export var default_filter = Ember.Object.create({
project_id: '',
project_instance_project_scenario_id: '',
workflow_action_definition_organization_id: '',
offset_type_not_eq: 'attached',
workflow_action_definition_offset_type_not_eq: 'attached',
state_in: [],
target_date_gteq: null,
target_date_lteq: null,