Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
10
app/views/queries/index.api.rsb
Normal file
10
app/views/queries/index.api.rsb
Normal file
|
@ -0,0 +1,10 @@
|
|||
api.array :queries, api_meta(:total_count => @query_count, :offset => @offset, :limit => @limit) do
|
||||
@queries.each do |query|
|
||||
api.query do
|
||||
api.id query.id
|
||||
api.name query.name
|
||||
api.is_public query.is_public?
|
||||
api.project_id query.project_id
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue