summaryrefslogtreecommitdiffstats
path: root/test/fixtures/custom_fields.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-12-14 10:01:45 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-12-14 10:01:45 +0000
commite715c4b847a8c9557dce49400e0dd309e19f7e82 (patch)
treeb480c661b876bdaaeacca9741e0b9876b33c9fec /test/fixtures/custom_fields.yml
parent3e5f1e326aef37943268410994aeaf2481d5db75 (diff)
downloadredmine-e715c4b847a8c9557dce49400e0dd309e19f7e82.tar.gz
redmine-e715c4b847a8c9557dce49400e0dd309e19f7e82.zip
Removed default values on custom field min and max length.
git-svn-id: http://svn.redmine.org/redmine/trunk@12405 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/custom_fields.yml')
-rw-r--r--test/fixtures/custom_fields.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/fixtures/custom_fields.yml b/test/fixtures/custom_fields.yml
index 976c19c26..510e3a41c 100644
--- a/test/fixtures/custom_fields.yml
+++ b/test/fixtures/custom_fields.yml
@@ -1,12 +1,10 @@
---
custom_fields_001:
name: Database
- min_length: 0
regexp: ""
is_for_all: true
is_filter: true
type: IssueCustomField
- max_length: 0
possible_values:
- MySQL
- PostgreSQL
@@ -35,12 +33,10 @@ custom_fields_002:
position: 1
custom_fields_003:
name: Development status
- min_length: 0
regexp: ""
is_for_all: false
is_filter: true
type: ProjectCustomField
- max_length: 0
possible_values:
- Stable
- Beta
@@ -54,11 +50,9 @@ custom_fields_003:
position: 1
custom_fields_004:
name: Phone number
- min_length: 0
regexp: ""
is_for_all: false
type: UserCustomField
- max_length: 0
possible_values: ""
id: 4
is_required: false
@@ -68,11 +62,9 @@ custom_fields_004:
position: 1
custom_fields_005:
name: Money
- min_length: 0
regexp: ""
is_for_all: false
type: UserCustomField
- max_length: 0
possible_values: ""
id: 5
is_required: false
@@ -82,11 +74,9 @@ custom_fields_005:
position: 2
custom_fields_006:
name: Float field
- min_length: 0
regexp: ""
is_for_all: true
type: IssueCustomField
- max_length: 0
possible_values: ""
id: 6
is_required: false
@@ -96,12 +86,10 @@ custom_fields_006:
position: 3
custom_fields_007:
name: Billable
- min_length: 0
regexp: ""
is_for_all: false
is_filter: true
type: TimeEntryActivityCustomField
- max_length: 0
possible_values: ""
id: 7
is_required: false
@@ -111,12 +99,10 @@ custom_fields_007:
position: 1
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
@@ -126,12 +112,10 @@ custom_fields_008:
position: 4
custom_fields_009:
name: Project 1 cf
- min_length: 0
regexp: ""
is_for_all: false
is_filter: true
type: IssueCustomField
- max_length: 0
possible_values: ""
id: 9
is_required: false
@@ -141,12 +125,10 @@ custom_fields_009:
position: 5
custom_fields_010:
name: Overtime
- min_length: 0
regexp: ""
is_for_all: false
is_filter: false
type: TimeEntryCustomField
- max_length: 0
possible_values: ""
id: 10
is_required: false