##// END OF EJS Templates
Merged r3289 from trunk....
Jean-Philippe Lang -
r3176:46bf2b9276dd
parent child
Show More
@@ -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 self.attributes_without_tracker_first = new_attributes, *args
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