diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-07-26 08:30:19 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-07-26 08:30:19 +0000 |
commit | 2bc5b60f9de7c533b33348213f6ddac37dc9cdb3 (patch) | |
tree | 803c2d2ece43283b231b59ede3636c9fc2d3828a /test/fixtures | |
parent | fdecb2a17b450c4524856b0286c2ec27ef113ea6 (diff) | |
download | redmine-2bc5b60f9de7c533b33348213f6ddac37dc9cdb3.tar.gz redmine-2bc5b60f9de7c533b33348213f6ddac37dc9cdb3.zip |
Makes new issue initial status settable in workflow (#5816).
git-svn-id: http://svn.redmine.org/redmine/trunk@14458 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/workflows.yml | 42 |
1 files changed, 42 insertions, 0 deletions
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 |