##// 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 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
@@ -92,3 +95,4 enumerations_016:
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