diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-22 10:45:03 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-22 10:45:03 +0000 |
commit | a01f976b4cfa4a72deed2d12e9b4b5e897de30ef (patch) | |
tree | 5a8e74a962a9bed4f935cc25d657f14d09a3ae7c /test/fixtures/enumerations.yml | |
parent | bb1edda6e803c6a91fbcb7941fd619eb55be8d32 (diff) | |
download | redmine-a01f976b4cfa4a72deed2d12e9b4b5e897de30ef.tar.gz redmine-a01f976b4cfa4a72deed2d12e9b4b5e897de30ef.zip |
Adds basic support for issue creation via email (#1110).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1568 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/enumerations.yml')
-rw-r--r-- | test/fixtures/enumerations.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/enumerations.yml b/test/fixtures/enumerations.yml index 5e2615476..22a581ab9 100644 --- a/test/fixtures/enumerations.yml +++ b/test/fixtures/enumerations.yml @@ -19,6 +19,7 @@ enumerations_005: name: Normal
id: 5
opt: IPRI
+ is_default: true
enumerations_006:
name: High
id: 6
|