##// END OF EJS Templates
add position to DocumentCategory in enumerations fixture (#11665)...
Toshi MARUYAMA -
r10039:377ef084ad90
parent child
Show More
@@ -4,16 +4,19 enumerations_001:
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
@@ -92,3 +95,4 enumerations_016:
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