diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-09-25 18:51:03 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-09-25 18:51:03 +0000 |
commit | 394fc9c10945e6890bad1e5627a7e78a33c3612b (patch) | |
tree | 8eb92706b5648d5b62213f915c5fced11bd937b1 /test/fixtures/enabled_modules.yml | |
parent | 21979cf68a71a1f4a06857e3363e9ddac0eafb66 (diff) | |
download | redmine-394fc9c10945e6890bad1e5627a7e78a33c3612b.tar.gz redmine-394fc9c10945e6890bad1e5627a7e78a33c3612b.zip |
Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1907 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/enabled_modules.yml')
-rw-r--r-- | test/fixtures/enabled_modules.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/fixtures/enabled_modules.yml b/test/fixtures/enabled_modules.yml index da63bad5d..6639dfa1a 100644 --- a/test/fixtures/enabled_modules.yml +++ b/test/fixtures/enabled_modules.yml @@ -43,4 +43,16 @@ enabled_modules_011: name: issue_tracking project_id: 2 id: 11 +enabled_modules_012: + name: time_tracking + project_id: 3 + id: 12 +enabled_modules_013: + name: issue_tracking + project_id: 3 + id: 13 +enabled_modules_014: + name: issue_tracking + project_id: 5 + id: 14
\ No newline at end of file |