1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-04-02 10:50:07 +03:00

M #: minor flow-server fix

This commit is contained in:
Christian González 2020-06-11 17:48:52 +02:00 committed by Ruben S. Montero
parent dbadd68833
commit b09ade128b
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -578,7 +578,7 @@ post '/service_template/:id/action' do
networks_values.each do |net|
net.map do |_, value|
value.map do |_, value1|
value1.gsub!('\\"', '')
value1.gsub!('\\"', '') if value1.is_a? String
end
end
end