Commit fb2c45c8 by halweg

fix

parent 6e75df7d
......@@ -38,7 +38,7 @@ class Save extends \Magento\Backend\App\Action
return $resultRedirect->setPath('*/*/');
}
$data['conditions_serialized'] = $this->serialize(['parameters' => $data['parameters']]);
//$data['conditions_serialized'] = $this->serialize(['parameters' => $data['parameters']]);
if (isset($data['custom_size'])) {
$data['custom_size'] = json_encode($data['custom_size'], true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment