##// END OF EJS Templates
Makes importer work with Trac 0.8.x (#1540)....
Jean-Philippe Lang -
r1583:0344719482d4
parent child
Show More
@@ -98,6 +98,11 namespace :redmine do
98 nil
98 nil
99 end
99 end
100 end
100 end
101
102 def description
103 # Attribute is named descr in Trac v0.8.x
104 has_attribute?(:descr) ? read_attribute(:descr) : read_attribute(:description)
105 end
101 end
106 end
102
107
103 class TracTicketCustom < ActiveRecord::Base
108 class TracTicketCustom < ActiveRecord::Base
General Comments 0
You need to be logged in to leave comments. Login now