diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-01-16 21:27:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-01-16 21:27:48 +0000 |
commit | 049051103b02efdef64f4119959d95d23d45e392 (patch) | |
tree | cfb967b5c44fdbdb2e5fc5aa328a058128238379 /test/fixtures/trackers.yml | |
parent | 18066ba8bf68da4b00b7e740e6c67f8d8b1e0093 (diff) | |
download | redmine-049051103b02efdef64f4119959d95d23d45e392.tar.gz redmine-049051103b02efdef64f4119959d95d23d45e392.zip |
On the calendar, the gantt and in the Tracker filter on the issue list, only active trackers of the project (and its sub projects) can be selected.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1071 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/trackers.yml')
-rw-r--r-- | test/fixtures/trackers.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/trackers.yml b/test/fixtures/trackers.yml index d4ea34ac8..2643e8d1a 100644 --- a/test/fixtures/trackers.yml +++ b/test/fixtures/trackers.yml @@ -3,11 +3,14 @@ trackers_001: name: Bug
id: 1
is_in_chlog: true
+ position: 1
trackers_002:
name: Feature request
id: 2
is_in_chlog: true
+ position: 2
trackers_003:
name: Support request
id: 3
is_in_chlog: false
+ position: 3
|