1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

M #-: fix minor bug in flow server (#4546)

This commit is contained in:
Alejandro Huertas Herrero 2020-04-17 10:11:48 +02:00 committed by GitHub
parent 9c42ffdb65
commit 98b83bc55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -527,7 +527,7 @@ post '/service_template/:id/action' do
networks_values = merge_template['networks_values'] if merge_template
# Obtain defaults from template
unless networks_values
if networks && !networks_values
networks_values = []
begin