Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
19
test/fixtures/trackers.yml
vendored
Normal file
19
test/fixtures/trackers.yml
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue