Redmine/test/fixtures/enumerations.yml
Jean-Philippe Lang 976a31e941 Merged IssuesController change_status and add_note actions.
The 'Change status' specific form removed and now accessible from issue/show view with no additional request (click on 'Update' to show the form).
The 'Change issue status' permission is removed. To change the status, the user just needs to have either 'Edit' or 'Add note' permissions and some workflow transitions allowed.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1043 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-01-06 17:06:14 +00:00

42 lines
628 B
YAML

---
enumerations_001:
name: Uncategorized
id: 1
opt: DCAT
enumerations_002:
name: User documentation
id: 2
opt: DCAT
enumerations_003:
name: Technical documentation
id: 3
opt: DCAT
enumerations_004:
name: Low
id: 4
opt: IPRI
enumerations_005:
name: Normal
id: 5
opt: IPRI
enumerations_006:
name: High
id: 6
opt: IPRI
enumerations_007:
name: Urgent
id: 7
opt: IPRI
enumerations_008:
name: Immediate
id: 8
opt: IPRI
enumerations_009:
name: Design
id: 9
opt: ACTI
enumerations_010:
name: Development
id: 10
opt: ACTI