diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-09 17:45:39 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-04-09 17:45:39 +0000 |
commit | a3c89d4f697e958956e129b6bc5f564c9197a89c (patch) | |
tree | 7d08d8df3dcc7c822650fda850e3c28fcf3656a6 /test/fixtures/custom_fields.yml | |
parent | f025b16be747bf7ab7b1cae470eca28b77f7ada9 (diff) | |
download | redmine-a3c89d4f697e958956e129b6bc5f564c9197a89c.tar.gz redmine-a3c89d4f697e958956e129b6bc5f564c9197a89c.zip |
Custom fields (list and boolean) can be used as criteria in time report (#1012).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1340 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/custom_fields.yml')
-rw-r--r-- | test/fixtures/custom_fields.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/custom_fields.yml b/test/fixtures/custom_fields.yml index e58d8e3dc..6be840fcc 100644 --- a/test/fixtures/custom_fields.yml +++ b/test/fixtures/custom_fields.yml @@ -3,7 +3,7 @@ custom_fields_001: name: Database
min_length: 0
regexp: ""
- is_for_all: false
+ is_for_all: true
type: IssueCustomField
max_length: 0
possible_values: MySQL|PostgreSQL|Oracle
|