Merged r10222 from trunk to 1.4-stable (#11665)

add position to DocumentCategory in enumerations fixture.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.4-stable@10223 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2012-08-21 17:14:53 +00:00
parent 4fcec69a40
commit 554d6bcba2
1 changed files with 4 additions and 0 deletions

View File

@ -4,16 +4,19 @@ enumerations_001:
id: 1
type: DocumentCategory
active: true
position: 1
enumerations_002:
name: User documentation
id: 2
type: DocumentCategory
active: true
position: 2
enumerations_003:
name: Technical documentation
id: 3
type: DocumentCategory
active: true
position: 3
enumerations_004:
name: Low
id: 4
@ -92,3 +95,4 @@ enumerations_016:
id: 16
type: DocumentCategory
active: false
position: 4