diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-05-12 12:23:20 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-05-12 12:23:20 +0000 |
commit | a99c61b4714c9d1b600714c78e982c5906f514ac (patch) | |
tree | 57c7f7f50d99a93b1f7f2f1d30a25c667d3dfbed /test/fixtures/custom_fields.yml | |
parent | 1d677ac9688a79d37caa277914864a21fb078ce0 (diff) | |
download | redmine-a99c61b4714c9d1b600714c78e982c5906f514ac.tar.gz redmine-a99c61b4714c9d1b600714c78e982c5906f514ac.zip |
Adds all/none operators to text custom field filters (#9790).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9671 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 e114ffa00..4052228ce 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: "" |