summaryrefslogtreecommitdiffstats
path: root/test/fixtures/trackers.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-02 19:45:14 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-11-02 19:45:14 +0000
commitdfc594c33702a123674dcae1d6b4bfe3a2f32fd3 (patch)
tree42f8653451b35f54db68bf914e1d963bfaf13418 /test/fixtures/trackers.yml
parent32b79b6fd4e3a523ee393d7a3e2bb60dbeed77c3 (diff)
downloadredmine-dfc594c33702a123674dcae1d6b4bfe3a2f32fd3.tar.gz
redmine-dfc594c33702a123674dcae1d6b4bfe3a2f32fd3.zip
Default status per tracker (#5991).
git-svn-id: http://svn.redmine.org/redmine/trunk@13535 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/trackers.yml')
-rw-r--r--test/fixtures/trackers.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/trackers.yml b/test/fixtures/trackers.yml
index 43395a2e8..c969549f6 100644
--- a/test/fixtures/trackers.yml
+++ b/test/fixtures/trackers.yml
@@ -3,14 +3,17 @@ trackers_001:
name: Bug
id: 1
is_in_chlog: true
+ default_status_id: 1
position: 1
trackers_002:
name: Feature request
id: 2
is_in_chlog: true
+ default_status_id: 1
position: 2
trackers_003:
name: Support request
id: 3
is_in_chlog: false
+ default_status_id: 1
position: 3