Actualizado plugin Redmine Questions 1.0.0 light
This commit is contained in:
parent
27e60f8ec1
commit
5d7889f1c9
140 changed files with 5342 additions and 1430 deletions
12
plugins/redmine_questions/test/fixtures/questions_answers.yml
vendored
Normal file
12
plugins/redmine_questions/test/fixtures/questions_answers.yml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
answer_001:
|
||||
id: 1
|
||||
content: This is answer for question_001
|
||||
question_id: 1
|
||||
author_id: 2
|
||||
accepted: true
|
||||
answer_002:
|
||||
id: 2
|
||||
content: This is answer for question_002
|
||||
question_id: 2
|
||||
author_id: 1
|
||||
accepted: false
|
Loading…
Add table
Add a link
Reference in a new issue