@@ -327,6 +327,7 class IssuesController < ApplicationController | |||
|
327 | 327 | end |
|
328 | 328 | end |
|
329 | 329 | issue.init_journal(User.current) |
|
330 | call_hook(:controller_issues_move_before_save, { :params => params, :issue => issue, :target_project => @target_project, :copy => !!@copy }) | |
|
330 | 331 | if r = issue.move_to(@target_project, new_tracker, {:copy => @copy, :attributes => changed_attributes}) |
|
331 | 332 | moved_issues << r |
|
332 | 333 | else |
General Comments 0
You need to be logged in to leave comments.
Login now