mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 09:21:12 +00:00
fix source indent at WorkflowTransition#replace_transitions
git-svn-id: http://svn.redmine.org/redmine/trunk@19845 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
feccfdd985
commit
11c1a3e027
@ -52,12 +52,13 @@ class WorkflowTransition < WorkflowRule
|
||||
|
||||
if transition == "1" || transition == true
|
||||
unless w
|
||||
w = WorkflowTransition.new(
|
||||
:old_status_id => old_status_id,
|
||||
:new_status_id => new_status_id,
|
||||
:tracker_id => tracker.id,
|
||||
:role_id => role.id
|
||||
)
|
||||
w = WorkflowTransition.
|
||||
new(
|
||||
:old_status_id => old_status_id,
|
||||
:new_status_id => new_status_id,
|
||||
:tracker_id => tracker.id,
|
||||
:role_id => role.id
|
||||
)
|
||||
records << w
|
||||
end
|
||||
w.author = true if rule == "author"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user