Actualizar plugin Questions a 1.0.2 light
This commit is contained in:
parent
b9e569d03f
commit
b37d1305f1
64 changed files with 394 additions and 229 deletions
|
@ -9,4 +9,10 @@ answer_002:
|
|||
content: This is answer for question_002
|
||||
question_id: 2
|
||||
author_id: 1
|
||||
accepted: false
|
||||
accepted: false
|
||||
answer_003:
|
||||
id: 3
|
||||
content: This is a second answer for question_001
|
||||
question_id: 1
|
||||
author_id: 3
|
||||
accepted: false
|
10
plugins/redmine_questions/test/fixtures/questions_statuses.yml
vendored
Normal file
10
plugins/redmine_questions/test/fixtures/questions_statuses.yml
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
section_001:
|
||||
id: 1
|
||||
name: Open
|
||||
color: green
|
||||
is_closed: false
|
||||
section_002:
|
||||
id: 2
|
||||
name: Closed
|
||||
color: red
|
||||
is_closed: true
|
Loading…
Add table
Add a link
Reference in a new issue