Commit 1fc76e1e by halweg

no message

parent f8da0563
...@@ -38,7 +38,8 @@ class AddRow extends \Magento\Backend\App\Action ...@@ -38,7 +38,8 @@ class AddRow extends \Magento\Backend\App\Action
return; return;
} else { } else {
$tmp = $this->json->unserialize($rowData->getConditionsSerialized()); //$tmp = $this->json->unserialize($rowData->getConditionsSerialized());
$tmp = $this->json->unserialize('{}');
if (is_array($tmp)) { if (is_array($tmp)) {
unset($tmp['form_key']); unset($tmp['form_key']);
unset($tmp['entity_id']); unset($tmp['entity_id']);
......
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