1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-28 17:57:22 +03:00

M #: minor flow-server fix

This commit is contained in:
Tino Vázquez 2020-06-11 17:54:19 +02:00 committed by GitHub
commit 9bd7cdc079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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