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

(cherry picked from commit ca1641a4e0)
This commit is contained in:
m-lopez-f 2015-05-26 15:57:59 +02:00
parent 8349b1da92
commit 527d5079b3
1 changed files with 3 additions and 0 deletions

View File

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