更改:移除上次更改
This commit is contained in:
parent
5b7eaa0663
commit
98f2898395
|
@ -60,7 +60,7 @@ class Api::Pm::ProjectsController < Api::Pm::BaseController
|
||||||
type_status = @issues.group(:pm_issue_type,:status_id).count
|
type_status = @issues.group(:pm_issue_type,:status_id).count
|
||||||
type_status_data = {}
|
type_status_data = {}
|
||||||
IssueStatus.all.map do |e|
|
IssueStatus.all.map do |e|
|
||||||
next if e.id == 5
|
# next if e.id == 5
|
||||||
[1,2,3].map{ |type|
|
[1,2,3].map{ |type|
|
||||||
type_status_data[type] = {} if type_status_data[type].nil?
|
type_status_data[type] = {} if type_status_data[type].nil?
|
||||||
if type_status[[type,e.id]].nil?
|
if type_status[[type,e.id]].nil?
|
||||||
|
|
Loading…
Reference in New Issue