Rename IssueStatus to Status

pull/6827/head
Sebastian Schuster 11 years ago
parent 6817787cbf
commit 1c4a63afd3
  1. 2
      app/controllers/my_projects_overviews_controller.rb

@ -174,7 +174,7 @@ class MyProjectsOverviewsController < ApplicationController
def open_work_packages_by_type
@open_work_packages_by_tracker ||= WorkPackage.visible.count(:group => :type,
:include => [:project, :status, :type],
:conditions => ["(#{subproject_condition}) AND #{IssueStatus.table_name}.is_closed=?", false])
:conditions => ["(#{subproject_condition}) AND #{Status.table_name}.is_closed=?", false])
end
def total_work_packages_by_type

Loading…
Cancel
Save