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
1 changed files with 3 additions and 0 deletions

View File

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