diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-12-02 18:57:17 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-12-02 18:57:17 +0000 |
commit | 346c569f98f53f266f6ab6dffe02cc27a21c33e4 (patch) | |
tree | 4c61adb9eb9150b1af69abfa1d04652bc5a5df18 /test/fixtures/custom_values.yml | |
parent | 8b8c24e61f37cee0904ad8d44184da58a2f8ca43 (diff) | |
download | redmine-346c569f98f53f266f6ab6dffe02cc27a21c33e4.tar.gz redmine-346c569f98f53f266f6ab6dffe02cc27a21c33e4.zip |
Fixed: "None" category issue count is empty while grouping by category (#4308).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3112 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/custom_values.yml')
-rw-r--r-- | test/fixtures/custom_values.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/fixtures/custom_values.yml b/test/fixtures/custom_values.yml index 7c4ce4794..76ce067a7 100644 --- a/test/fixtures/custom_values.yml +++ b/test/fixtures/custom_values.yml @@ -95,3 +95,9 @@ custom_values_016: customized_id: 11 id: 16 value: '1' +custom_values_017: + customized_type: Issue + custom_field_id: 8 + customized_id: 1 + id: 17 + value: '2009-12-01' |