##// END OF EJS Templates
Fixes test failure....
Jean-Philippe Lang -
r3099:fce25d448837
parent child
Show More
@@ -1,88 +1,92
1 ---
1 ---
2 enumerations_001:
2 enumerations_001:
3 name: Uncategorized
3 name: Uncategorized
4 id: 1
4 id: 1
5 opt: DCAT
5 opt: DCAT
6 type: DocumentCategory
6 type: DocumentCategory
7 active: true
7 active: true
8 enumerations_002:
8 enumerations_002:
9 name: User documentation
9 name: User documentation
10 id: 2
10 id: 2
11 opt: DCAT
11 opt: DCAT
12 type: DocumentCategory
12 type: DocumentCategory
13 active: true
13 active: true
14 enumerations_003:
14 enumerations_003:
15 name: Technical documentation
15 name: Technical documentation
16 id: 3
16 id: 3
17 opt: DCAT
17 opt: DCAT
18 type: DocumentCategory
18 type: DocumentCategory
19 active: true
19 active: true
20 enumerations_004:
20 enumerations_004:
21 name: Low
21 name: Low
22 id: 4
22 id: 4
23 opt: IPRI
23 opt: IPRI
24 type: IssuePriority
24 type: IssuePriority
25 active: true
25 active: true
26 enumerations_005:
26 enumerations_005:
27 name: Normal
27 name: Normal
28 id: 5
28 id: 5
29 opt: IPRI
29 opt: IPRI
30 type: IssuePriority
30 type: IssuePriority
31 is_default: true
31 is_default: true
32 active: true
32 active: true
33 enumerations_006:
33 enumerations_006:
34 name: High
34 name: High
35 id: 6
35 id: 6
36 opt: IPRI
36 opt: IPRI
37 type: IssuePriority
37 type: IssuePriority
38 active: true
38 active: true
39 enumerations_007:
39 enumerations_007:
40 name: Urgent
40 name: Urgent
41 id: 7
41 id: 7
42 opt: IPRI
42 opt: IPRI
43 type: IssuePriority
43 type: IssuePriority
44 active: true
44 active: true
45 enumerations_008:
45 enumerations_008:
46 name: Immediate
46 name: Immediate
47 id: 8
47 id: 8
48 opt: IPRI
48 opt: IPRI
49 type: IssuePriority
49 type: IssuePriority
50 active: true
50 active: true
51 enumerations_009:
51 enumerations_009:
52 name: Design
52 name: Design
53 id: 9
53 id: 9
54 opt: ACTI
54 opt: ACTI
55 type: TimeEntryActivity
55 type: TimeEntryActivity
56 position: 1
56 active: true
57 active: true
57 enumerations_010:
58 enumerations_010:
58 name: Development
59 name: Development
59 id: 10
60 id: 10
60 opt: ACTI
61 opt: ACTI
61 type: TimeEntryActivity
62 type: TimeEntryActivity
63 position: 2
62 is_default: true
64 is_default: true
63 active: true
65 active: true
64 enumerations_011:
66 enumerations_011:
65 name: QA
67 name: QA
66 id: 11
68 id: 11
67 opt: ACTI
69 opt: ACTI
68 type: TimeEntryActivity
70 type: TimeEntryActivity
71 position: 3
69 active: true
72 active: true
70 enumerations_012:
73 enumerations_012:
71 name: Default Enumeration
74 name: Default Enumeration
72 id: 12
75 id: 12
73 opt: ''
76 opt: ''
74 type: Enumeration
77 type: Enumeration
75 is_default: true
78 is_default: true
76 active: true
79 active: true
77 enumerations_013:
80 enumerations_013:
78 name: Another Enumeration
81 name: Another Enumeration
79 id: 13
82 id: 13
80 opt: ''
83 opt: ''
81 type: Enumeration
84 type: Enumeration
82 active: true
85 active: true
83 enumerations_014:
86 enumerations_014:
84 name: Inactive Activity
87 name: Inactive Activity
85 id: 14
88 id: 14
86 opt: ACTI
89 opt: ACTI
87 type: TimeEntryActivity
90 type: TimeEntryActivity
91 position: 4
88 active: false
92 active: false
General Comments 0
You need to be logged in to leave comments. Login now