added simple todo comment

git-svn-id: https://dev.finn.de/svn/cockpit/trunk@930 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
hjust 15 years ago
parent 8b318f474e
commit 7376e9abb8
  1. 3
      lib/costs_issue_observer.rb

@ -5,7 +5,8 @@ class CostsIssueObserver < ActiveRecord::Observer
observe :issue
def after_update(issue)
if issue.project_id_changed?
if issue.project_id_changed?
# TODO: This only works with the global cost_rates
CostEntry.update_all({:project_id => issue.project_id}, {:issue_id => issue.id})
end

Loading…
Cancel
Save