Add option to changed image of service in visualconsole:builder. tiquet:#2175

This commit is contained in:
m-lopez-f 2015-05-26 15:57:59 +02:00
parent ca5b9bd62f
commit ca1641a4e0

View File

@ -442,6 +442,9 @@ switch ($action) {
break; break;
default: default:
if (enterprise_installed()) { if (enterprise_installed()) {
if ($image !== null) {
$values['image'] = $image;
}
enterprise_ajax_update_values($action, $type, $values); enterprise_ajax_update_values($action, $type, $values);
} }
break; break;