Add option to changed image of service in visualconsole:builder. tiquet:#2175
(cherry picked from commit ca1641a4e0
)
This commit is contained in:
parent
8349b1da92
commit
527d5079b3
|
@ -508,6 +508,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;
|
||||||
|
|
Loading…
Reference in New Issue