@@ -157,7 +157,7 class Issue < ActiveRecord::Base | |||||
157 | if new_tracker_id |
|
157 | if new_tracker_id | |
158 | self.tracker_id = new_tracker_id |
|
158 | self.tracker_id = new_tracker_id | |
159 | end |
|
159 | end | |
160 |
se |
|
160 | send :attributes_without_tracker_first=, new_attributes, *args | |
161 | end |
|
161 | end | |
162 | alias_method_chain :attributes=, :tracker_first |
|
162 | alias_method_chain :attributes=, :tracker_first | |
163 |
|
163 |
General Comments 0
You need to be logged in to leave comments.
Login now