Fixed 500 on timeline create in accessibility mode

pull/940/head
Sebastian Schuster 11 years ago
parent 9063ff764f
commit 33d8a4027d
  1. 2
      app/models/timeline.rb

@ -247,7 +247,7 @@ class Timeline < ActiveRecord::Base
end
def available_project_types
ProjectType.find_all_by_id(:all)
ProjectType.all
end
def selected_project_types

Loading…
Cancel
Save