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
26
plugins/redmine_questions/test/fixtures/questions.yml
vendored
Normal file
26
plugins/redmine_questions/test/fixtures/questions.yml
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
question_001:
|
||||
id: 1
|
||||
subject: Hard question
|
||||
content: Text for hard question
|
||||
author_id: 1
|
||||
section_id: 1
|
||||
question_002:
|
||||
id: 2
|
||||
subject: Another hard question
|
||||
content: Text for Another hard question
|
||||
author_id: 2
|
||||
section_id: 1
|
||||
featured: true
|
||||
question_003:
|
||||
id: 3
|
||||
subject: Simple question
|
||||
content: Text for simple question
|
||||
author_id: 1
|
||||
section_id: 2
|
||||
question_004:
|
||||
id: 4
|
||||
subject: Another hard question
|
||||
content: Text for simple hard question
|
||||
author_id: 2
|
||||
section_id: 2
|
||||
locked: true
|
Loading…
Add table
Add a link
Reference in a new issue