From 049051103b02efdef64f4119959d95d23d45e392 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 16 Jan 2008 21:27:48 +0000 Subject: 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 --- test/fixtures/projects_trackers.yml | 6 ------ test/fixtures/trackers.yml | 3 +++ 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'test/fixtures') diff --git a/test/fixtures/projects_trackers.yml b/test/fixtures/projects_trackers.yml index cfca5b228..8eb7d85ab 100644 --- a/test/fixtures/projects_trackers.yml +++ b/test/fixtures/projects_trackers.yml @@ -14,9 +14,6 @@ projects_trackers_002: projects_trackers_014: project_id: 5 tracker_id: 2 -projects_trackers_003: - project_id: 1 - tracker_id: 3 projects_trackers_015: project_id: 5 tracker_id: 3 @@ -29,9 +26,6 @@ projects_trackers_005: projects_trackers_006: project_id: 2 tracker_id: 3 -projects_trackers_007: - project_id: 3 - tracker_id: 1 projects_trackers_008: project_id: 3 tracker_id: 2 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 -- cgit v1.2.3