diff --git a/module/action/model.php b/module/action/model.php index b72e67aedb..e5ce962492 100755 --- a/module/action/model.php +++ b/module/action/model.php @@ -537,7 +537,7 @@ class actionModel extends model { $desc = $this->lang->action->desc->{$actionType}; $extra = json_decode($action->extra); - if(in_array($actionType, array('adjustmemory', 'adjustcpu'))) + if(in_array($actionType, array('adjustmemory', 'adjustcpu', 'adjustvol'))) { $action->newValue = $action->comment; $action->comment = '';