Skip to content

Commit

Permalink
Merge pull request #2058 from sparc-request/jl-protocol-merge-bug
Browse files Browse the repository at this point in the history
Jl - Protocol Merge Bug
  • Loading branch information
Stuart-Johnson committed Nov 8, 2019
2 parents 0b00099 + e60ad4c commit 0ff628b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/dashboard/protocol_merges_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def perform_protocol_merge

if (@master_protocol.research_master_id == nil) && (@merged_protocol.research_master_id != nil)
@master_protocol.research_master_id = @merged_protocol.research_master_id
@master_procotol.save(validate: false)
@master_protocol.save(validate: false)
end

@merged_protocol.impact_areas.each do |area|
Expand Down

0 comments on commit 0ff628b

Please sign in to comment.