diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-07-06 16:26:25 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-07-06 16:26:25 +0000 |
commit | 40efaae6d5a2f48734caf4cdabd9537f923c0f47 (patch) | |
tree | 4335e4090d62269bea499623268ffa09bed40897 /test/fixtures/issue_categories.yml | |
parent | bfba84d526f80e14d7c1422ac51a40803f828f9e (diff) | |
download | redmine-40efaae6d5a2f48734caf4cdabd9537f923c0f47.tar.gz redmine-40efaae6d5a2f48734caf4cdabd9537f923c0f47.zip |
Mail handler: more control over issue attributes (#1110).
Tracker, category and priority attributes can be specified in command line arguments and/or individually specified as overridable by email body keywords.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1643 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/issue_categories.yml')
-rw-r--r-- | test/fixtures/issue_categories.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/fixtures/issue_categories.yml b/test/fixtures/issue_categories.yml index 6c2a07b58..2b74b5977 100644 --- a/test/fixtures/issue_categories.yml +++ b/test/fixtures/issue_categories.yml @@ -9,3 +9,9 @@ issue_categories_002: project_id: 1
assigned_to_id:
id: 2
+issue_categories_003:
+ name: Stock management
+ project_id: 2
+ assigned_to_id:
+ id: 3
+
\ No newline at end of file |