diff options
author | Jean-Baptiste Barth <jeanbaptiste.barth@gmail.com> | 2011-06-13 20:33:06 +0000 |
---|---|---|
committer | Jean-Baptiste Barth <jeanbaptiste.barth@gmail.com> | 2011-06-13 20:33:06 +0000 |
commit | ffe7aef0eada0a1e36ed0fc874a236af52cf98c1 (patch) | |
tree | 1861aa234b52dfe550f3a12a9c53e8890f28565c /test/fixtures | |
parent | d5cc7424a815a68a21ea080827f737d00b18e88e (diff) | |
download | redmine-ffe7aef0eada0a1e36ed0fc874a236af52cf98c1.tar.gz redmine-ffe7aef0eada0a1e36ed0fc874a236af52cf98c1.zip |
Do not show inactive document categories where not necessary (#8573).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6071 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-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 9d9556607..93e7182c9 100644 --- a/test/fixtures/enumerations.yml +++ b/test/fixtures/enumerations.yml @@ -87,3 +87,8 @@ enumerations_015: type: IssuePriority position: 6 active: false +enumerations_016: + name: Inactive Document Category + id: 16 + type: DocumentCategory + active: false |