OSDN Git Service

add Redmine trunk rev 3089
[redminele/redminele.git] / redmine / test / fixtures / enumerations.yml
1 --- 
2 enumerations_001: 
3   name: Uncategorized
4   id: 1
5   opt: DCAT
6   type: DocumentCategory
7   active: true
8 enumerations_002: 
9   name: User documentation
10   id: 2
11   opt: DCAT
12   type: DocumentCategory
13   active: true
14 enumerations_003: 
15   name: Technical documentation
16   id: 3
17   opt: DCAT
18   type: DocumentCategory
19   active: true
20 enumerations_004: 
21   name: Low
22   id: 4
23   opt: IPRI
24   type: IssuePriority
25   active: true
26 enumerations_005: 
27   name: Normal
28   id: 5
29   opt: IPRI
30   type: IssuePriority
31   is_default: true
32   active: true
33 enumerations_006: 
34   name: High
35   id: 6
36   opt: IPRI
37   type: IssuePriority
38   active: true
39 enumerations_007: 
40   name: Urgent
41   id: 7
42   opt: IPRI
43   type: IssuePriority
44   active: true
45 enumerations_008: 
46   name: Immediate
47   id: 8
48   opt: IPRI
49   type: IssuePriority
50   active: true
51 enumerations_009: 
52   name: Design
53   id: 9
54   opt: ACTI
55   type: TimeEntryActivity
56   active: true
57 enumerations_010: 
58   name: Development
59   id: 10
60   opt: ACTI
61   type: TimeEntryActivity
62   is_default: true
63   active: true
64 enumerations_011: 
65   name: QA
66   id: 11
67   opt: ACTI
68   type: TimeEntryActivity
69   active: true
70 enumerations_012:
71   name: Default Enumeration
72   id: 12
73   opt: ''
74   type: Enumeration
75   is_default: true
76   active: true
77 enumerations_013:
78   name: Another Enumeration
79   id: 13
80   opt: ''
81   type: Enumeration
82   active: true
83 enumerations_014: 
84   name: Inactive Activity
85   id: 14
86   opt: ACTI
87   type: TimeEntryActivity
88   active: false