diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-05-12 12:42:30 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-05-12 12:42:30 +0000 |
commit | 9cfb7e1c8753aa4aa22e0690e0df694923d919c9 (patch) | |
tree | d4cff1c1474a56706b8ad298b037d7f4981e36cd /test/fixtures/custom_fields.yml | |
parent | 78c185abde71a87231f95f077045054b1c89f75b (diff) | |
download | redmine-9cfb7e1c8753aa4aa22e0690e0df694923d919c9.tar.gz redmine-9cfb7e1c8753aa4aa22e0690e0df694923d919c9.zip |
Merged r9671 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@9672 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/custom_fields.yml')
-rw-r--r-- | test/fixtures/custom_fields.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/custom_fields.yml b/test/fixtures/custom_fields.yml index b99de35a3..1f1b34b30 100644 --- a/test/fixtures/custom_fields.yml +++ b/test/fixtures/custom_fields.yml @@ -21,6 +21,7 @@ custom_fields_002: min_length: 1 regexp: "" is_for_all: true + is_filter: true type: IssueCustomField max_length: 100 possible_values: "" |