diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-29 09:57:47 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-29 09:57:47 +0000 |
commit | 5f58e2ced2fd2329978e70744a4470a7dea42484 (patch) | |
tree | 09e5ac6c3b508ea2fd4b532f362663154a9c8c73 /test/fixtures/custom_fields.yml | |
parent | 05d39eeb35c83b26bdad8ebddb55db1fdb89de2b (diff) | |
download | redmine-5f58e2ced2fd2329978e70744a4470a7dea42484.tar.gz redmine-5f58e2ced2fd2329978e70744a4470a7dea42484.zip |
Fixed: Search for target version of "none" fails with postgres 8.3 (#1134).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1379 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 6be840fcc..3a9e79a29 100644 --- a/test/fixtures/custom_fields.yml +++ b/test/fixtures/custom_fields.yml @@ -4,6 +4,7 @@ custom_fields_001: min_length: 0
regexp: ""
is_for_all: true
+ is_filter: true
type: IssueCustomField
max_length: 0
possible_values: MySQL|PostgreSQL|Oracle
|