diff options
author | Jean-Baptiste Barth <jeanbaptiste.barth@gmail.com> | 2011-06-13 19:43:40 +0000 |
---|---|---|
committer | Jean-Baptiste Barth <jeanbaptiste.barth@gmail.com> | 2011-06-13 19:43:40 +0000 |
commit | d5cc7424a815a68a21ea080827f737d00b18e88e (patch) | |
tree | b858b5c0b36a152d82bbdd2a1acc33086373a8f2 /test/fixtures | |
parent | bbf1ae581eb90cd516f33d245248b4d394abcf86 (diff) | |
download | redmine-d5cc7424a815a68a21ea080827f737d00b18e88e.tar.gz redmine-d5cc7424a815a68a21ea080827f737d00b18e88e.zip |
Do not show inactive issue priorities where not necessary (#8573).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6070 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/enumerations.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/fixtures/enumerations.yml b/test/fixtures/enumerations.yml index c4a25d954..9d9556607 100644 --- a/test/fixtures/enumerations.yml +++ b/test/fixtures/enumerations.yml @@ -81,3 +81,9 @@ enumerations_014: type: TimeEntryActivity position: 4 active: false +enumerations_015: + name: Inactive Priority + id: 15 + type: IssuePriority + position: 6 + active: false |