diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-05-26 17:12:11 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-05-26 17:12:11 +0000 |
commit | d6daeca40ad2aa180ac807875861b987b11ba3eb (patch) | |
tree | b250a606ef4128bdbff8bf500ca123168c12a835 /test/fixtures/enumerations.yml | |
parent | b3e5f1a1c39822923160e376e99c05d370429cfd (diff) | |
download | redmine-d6daeca40ad2aa180ac807875861b987b11ba3eb.tar.gz redmine-d6daeca40ad2aa180ac807875861b987b11ba3eb.zip |
Fixed: IssueController#edit doesn't set default Activity as default (#1302).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1461 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/enumerations.yml')
-rw-r--r-- | test/fixtures/enumerations.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fixtures/enumerations.yml b/test/fixtures/enumerations.yml index c90a997ee..5e2615476 100644 --- a/test/fixtures/enumerations.yml +++ b/test/fixtures/enumerations.yml @@ -39,4 +39,9 @@ enumerations_010: name: Development
id: 10
opt: ACTI
+ is_default: true
+enumerations_011:
+ name: QA
+ id: 11
+ opt: ACTI
\ No newline at end of file |