From 2bc5b60f9de7c533b33348213f6ddac37dc9cdb3 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 26 Jul 2015 08:30:19 +0000 Subject: Makes new issue initial status settable in workflow (#5816). git-svn-id: http://svn.redmine.org/redmine/trunk@14458 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/fixtures/workflows.yml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'test/fixtures') diff --git a/test/fixtures/workflows.yml b/test/fixtures/workflows.yml index d544545b3..7eb5481bb 100644 --- a/test/fixtures/workflows.yml +++ b/test/fixtures/workflows.yml @@ -1882,3 +1882,45 @@ WorkflowTransitions_188: id: 188 tracker_id: 3 type: WorkflowTransition +WorkflowTransitions_271: + new_status_id: 3 + role_id: 1 + old_status_id: 0 + id: 271 + tracker_id: 2 + type: WorkflowTransition +WorkflowTransitions_272: + new_status_id: 3 + role_id: 2 + old_status_id: 0 + id: 272 + tracker_id: 1 + type: WorkflowTransition +WorkflowTransitions_273: + new_status_id: 2 + role_id: 1 + old_status_id: 0 + id: 273 + tracker_id: 3 + type: WorkflowTransition +WorkflowTransitions_274: + new_status_id: 2 + role_id: 1 + old_status_id: 0 + id: 274 + tracker_id: 1 + type: WorkflowTransition +WorkflowTransitions_275: + new_status_id: 1 + role_id: 1 + old_status_id: 0 + id: 275 + tracker_id: 1 + type: WorkflowTransition +WorkflowTransitions_276: + new_status_id: 1 + role_id: 1 + old_status_id: 0 + id: 276 + tracker_id: 2 + type: WorkflowTransition -- cgit v1.2.3