Commit 25e131f1 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Remove duplicate validation.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3110 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent f134e72f
......@@ -166,10 +166,6 @@ class Issue < ActiveRecord::Base
end
end
def validate_on_create
errors.add :tracker_id, :invalid unless project.trackers.include?(tracker)
end
def before_create
# default assignment based on category
if assigned_to.nil? && category && category.assigned_to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment