diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-12-03 21:28:14 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-12-03 21:28:14 +0000 |
commit | c870a7b9ef35ed457911638b7a98e7681cfe6d3a (patch) | |
tree | a69a9318685afe9a3c46e7f0ea20b9356e135df7 /test/fixtures | |
parent | 8bc0f7888bdddf452bbaa97c86e22b6ebc0aac58 (diff) | |
download | redmine-c870a7b9ef35ed457911638b7a98e7681cfe6d3a.tar.gz redmine-c870a7b9ef35ed457911638b7a98e7681cfe6d3a.zip |
Do not notify users that are no longer allowed to view an issue (#3589, #4263).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3121 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/issues.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/issues.yml b/test/fixtures/issues.yml index 03197458d..a6a5be3a7 100644 --- a/test/fixtures/issues.yml +++ b/test/fixtures/issues.yml @@ -185,7 +185,7 @@ issues_012: description: tracker_id: 1 assigned_to_id: - author_id: 2 + author_id: 3 status_id: 5 start_date: <%= 1.day.ago.to_date.to_s(:db) %> due_date: |