Initial Redmine tooling and local plugin forks
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
new:
|
||||
id: 1
|
||||
name: Pending
|
||||
color: 11184810
|
||||
is_default: true
|
||||
status_type: 0
|
||||
position: 1
|
||||
won:
|
||||
id: 2
|
||||
name: Won
|
||||
color: 32768
|
||||
is_default: false
|
||||
status_type: 1
|
||||
lost:
|
||||
id: 3
|
||||
name: Lost
|
||||
color: 16711680
|
||||
is_default: false
|
||||
status_type: 2
|
||||
intermediate1:
|
||||
id: 4
|
||||
name: Intermediate 1
|
||||
color: 0
|
||||
is_default: false
|
||||
status_type: 0
|
||||
position: 2
|
||||
intermediate2:
|
||||
id: 5
|
||||
name: Intermediate 2
|
||||
color: 0
|
||||
is_default: false
|
||||
status_type: 0
|
||||
position: 3
|
||||
Reference in New Issue
Block a user