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
16
plugins/redmine_questions/test/fixtures/comments.yml
vendored
Normal file
16
plugins/redmine_questions/test/fixtures/comments.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
comment_001:
|
||||
comments: text for cooment 001
|
||||
commented_type: Question
|
||||
commented_id: 1
|
||||
author_id: 1
|
||||
comment_002:
|
||||
comments: text for cooment 002
|
||||
commented_type: Question
|
||||
commented_id: 2
|
||||
author_id: 1
|
||||
comment_003:
|
||||
comments: text for cooment 003 (comment for answer!)
|
||||
commented_type: Question
|
||||
commented_id: 5
|
||||
author_id: 1
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue