Redmine 3.4.4

This commit is contained in:
Manuel Cillero 2018-02-02 22:19:29 +01:00
commit 64924a6376
2112 changed files with 259028 additions and 0 deletions

19
test/fixtures/trackers.yml vendored Normal file
View file

@ -0,0 +1,19 @@
---
trackers_001:
name: Bug
id: 1
is_in_chlog: true
default_status_id: 1
position: 1
trackers_002:
name: Feature request
id: 2
is_in_chlog: true
default_status_id: 1
position: 2
trackers_003:
name: Support request
id: 3
is_in_chlog: false
default_status_id: 1
position: 3