Browse Source

更改:计划移除两个状态

pull/347/head
yystopf 1 year ago
parent
commit
c96bbf5ec7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/controllers/api/pm/projects_controller.rb

+ 1
- 0
app/controllers/api/pm/projects_controller.rb View File

@@ -64,6 +64,7 @@ class Api::Pm::ProjectsController < Api::Pm::BaseController
IssueStatus.all.map do |e|
# next if e.id == 5
[1,2,3].map{ |type|
next if type == 1 && [1, 6].include?(e.id)
type_status_data[type] = {} if type_status_data[type].nil?
if type_status[[type,e.id]].nil?
type_status_data[type][e.id] = 0


Loading…
Cancel
Save