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