samchen2009 / ekanban

a kanban plugin for redmine
102 stars 42 forks source link

undefined method `description' #74

Closed MauroAndreFlores closed 10 years ago

MauroAndreFlores commented 10 years ago

Hello,

I am facing the following error using redmine 2.4.2. Is there some work around?

ActionView::Template::Error (undefined method `description' for #KanbanState:0x59f10a8): 22: %td=h(s.is_initial) 23: %td=h(s.is_closed) 24: %td=h(stage.nil? ? " " : stage.name) 25: %td=h(s.description) 26: %td{:class => "buttons"} 27: %em.info.error{:style => "display:none"} "Destroy failed!" 28: = link_to l(:button_edit), edit_tracker_kanban_state_path(t.id,s.id), :class => 'icon icon-edit' activemodel (3.2.16)

MauroAndreFlores commented 10 years ago

My fault. I've forgot to run the db migration.