@@ -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