mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
更改:移除上次更改
This commit is contained in:
@@ -60,7 +60,7 @@ class Api::Pm::ProjectsController < Api::Pm::BaseController
|
||||
type_status = @issues.group(:pm_issue_type,:status_id).count
|
||||
type_status_data = {}
|
||||
IssueStatus.all.map do |e|
|
||||
next if e.id == 5
|
||||
# next if e.id == 5
|
||||
[1,2,3].map{ |type|
|
||||
type_status_data[type] = {} if type_status_data[type].nil?
|
||||
if type_status[[type,e.id]].nil?
|
||||
|
||||
Reference in New Issue
Block a user