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_fields.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_fields.yml')
-rw-r--r-- | test/fixtures/custom_fields.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/fixtures/custom_fields.yml b/test/fixtures/custom_fields.yml index dcbef29d6..70577176e 100644 --- a/test/fixtures/custom_fields.yml +++ b/test/fixtures/custom_fields.yml @@ -101,3 +101,17 @@ custom_fields_007: field_format: bool default_value: "" editable: true +custom_fields_008: + name: Custom date + min_length: 0 + regexp: "" + is_for_all: true + is_filter: false + type: IssueCustomField + max_length: 0 + possible_values: "" + id: 8 + is_required: false + field_format: date + default_value: "" + editable: true |