@@ -73,12 +73,6 class Issue < ActiveRecord::Base | |||
|
73 | 73 | named_scope :on_active_project, :include => [:status, :project, :tracker], |
|
74 | 74 | :conditions => ["#{Project.table_name}.status=#{Project::STATUS_ACTIVE}"] |
|
75 | 75 | |
|
76 | named_scope :without_version, lambda { | |
|
77 | { | |
|
78 | :conditions => { :fixed_version_id => nil} | |
|
79 | } | |
|
80 | } | |
|
81 | ||
|
82 | 76 | before_create :default_assign |
|
83 | 77 | before_save :close_duplicates, :update_done_ratio_from_issue_status |
|
84 | 78 | after_save :reschedule_following_issues, :update_nested_set_attributes, :update_parent_attributes, :create_journal |
General Comments 0
You need to be logged in to leave comments.
Login now