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
|
@ -0,0 +1,10 @@
|
|||
api.array :questions_statuses do
|
||||
@questions_statuses.each do |status|
|
||||
api.questions_status do
|
||||
api.id status.id
|
||||
api.name status.name
|
||||
api.color status.color
|
||||
api.is_closed status.is_closed
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue