Fixed bug with protocol loading from file [SCI-605]

This commit is contained in:
Oleksii Kriuchykhin 2016-11-03 14:15:22 +01:00
parent e8d20dfc01
commit 3d25da5db7

View file

@ -485,7 +485,7 @@ class ProtocolsController < ApplicationController
message: I18n.t(
'activities.load_protocol_from_file',
user: current_user.full_name,
protocol: @protocol_json.name
protocol: @protocol_json[:name]
)
)
flash[:success] = t(