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