Project

General

Profile

Feature #1767 » 0001-Remove-trailing-whitespaces-in-test-fixtures-custom_.patch

Yuichi HARADA, 2021-09-08 03:44

View differences:

test/fixtures/custom_fields.yml
1
--- 
2
custom_fields_001: 
1
---
2
custom_fields_001:
3 3
  name: Database
4 4
  regexp: ""
5 5
  is_for_all: true
6 6
  is_filter: true
7 7
  type: IssueCustomField
8
  possible_values: 
8
  possible_values:
9 9
  - MySQL
10 10
  - PostgreSQL
11 11
  - Oracle
......
15 15
  default_value: ""
16 16
  editable: true
17 17
  position: 2
18
custom_fields_002: 
18
custom_fields_002:
19 19
  name: Searchable field
20 20
  min_length: 1
21 21
  regexp: ""
......
31 31
  default_value: "Default string"
32 32
  editable: true
33 33
  position: 1
34
custom_fields_003: 
34
custom_fields_003:
35 35
  name: Development status
36 36
  regexp: ""
37 37
  is_for_all: false
38 38
  is_filter: true
39 39
  type: ProjectCustomField
40
  possible_values: 
40
  possible_values:
41 41
  - Stable
42 42
  - Beta
43 43
  - Alpha
......
48 48
  default_value: ""
49 49
  editable: true
50 50
  position: 1
51
custom_fields_004: 
51
custom_fields_004:
52 52
  name: Phone number
53 53
  regexp: ""
54 54
  is_for_all: false
......
60 60
  default_value: ""
61 61
  editable: true
62 62
  position: 1
63
custom_fields_005: 
63
custom_fields_005:
64 64
  name: Money
65 65
  regexp: ""
66 66
  is_for_all: false
......
72 72
  default_value: ""
73 73
  editable: true
74 74
  position: 2
75
custom_fields_006: 
75
custom_fields_006:
76 76
  name: Float field
77 77
  regexp: ""
78 78
  is_for_all: true
......
84 84
  default_value: ""
85 85
  editable: true
86 86
  position: 3
87
custom_fields_007: 
87
custom_fields_007:
88 88
  name: Billable
89 89
  regexp: ""
90 90
  is_for_all: false
......
97 97
  default_value: ""
98 98
  editable: true
99 99
  position: 1
100
custom_fields_008: 
100
custom_fields_008:
101 101
  name: Custom date
102 102
  regexp: ""
103 103
  is_for_all: true
......
110 110
  default_value: ""
111 111
  editable: true
112 112
  position: 4
113
custom_fields_009: 
113
custom_fields_009:
114 114
  name: Project 1 cf
115 115
  regexp: ""
116 116
  is_for_all: false
......
123 123
  default_value: ""
124 124
  editable: true
125 125
  position: 5
126
custom_fields_010: 
126
custom_fields_010:
127 127
  name: Overtime
128 128
  regexp: ""
129 129
  is_for_all: false
......
140 140
  id: 11
141 141
  name: Binary
142 142
  type: CustomField
143
  possible_values: 
143
  possible_values:
144 144
  - !binary |
145 145
    SGXDqWzDp2prc2Tigqw2NTTDuQ==
146 146
  - Other value
(1-1/11)