mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 04:35:45 +08:00
新增:issue负责人变更为一对多
This commit is contained in:
4
app/views/api/v1/issues/assigners/index.json.jbuilder
Normal file
4
app/views/api/v1/issues/assigners/index.json.jbuilder
Normal file
@@ -0,0 +1,4 @@
|
||||
json.total_count @assigners.total_count
|
||||
json.assigners @assigners.each do |assigner|
|
||||
json.partial! 'api/v1/users/simple_user', locals: { user: assigner}
|
||||
end
|
||||
Reference in New Issue
Block a user