mirror of
https://github.com/redmine/redmine.git
synced 2026-03-08 05:30:45 +01:00
Merged r3289 from trunk.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.9-stable@3290 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -157,7 +157,7 @@ class Issue < ActiveRecord::Base
|
||||
if new_tracker_id
|
||||
self.tracker_id = new_tracker_id
|
||||
end
|
||||
self.attributes_without_tracker_first = new_attributes, *args
|
||||
send :attributes_without_tracker_first=, new_attributes, *args
|
||||
end
|
||||
alias_method_chain :attributes=, :tracker_first
|
||||
|
||||
|
||||
Reference in New Issue
Block a user