Skip to content

Commit

Permalink
Merge pull request #1312 from magento-engcom/develop-prs
Browse files Browse the repository at this point in the history
Public Pull Requests

#10199
#9955
  • Loading branch information
Oleksii Korshenko authored Jul 11, 2017
2 parents f215f3d + 2db8fea commit 071c521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/Eav/Model/Entity/Attribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Attribute extends \Magento\Eav\Model\Entity\Attribute\AbstractAttribute im
/**
* Attribute code max length
*/
const ATTRIBUTE_CODE_MAX_LENGTH = 30;
const ATTRIBUTE_CODE_MAX_LENGTH = 255;

/**
* Cache tag
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function commit()
call_user_func($callback);
}
} catch (\Exception $e) {
throw $e;
$this->logger->critical($e);
}
}
return $this;
Expand Down

0 comments on commit 071c521

Please sign in to comment.