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