Skip to content

Commit 24b4336

Browse files
author
Oleksii Korshenko
committed
MAGETWO-70667: Updated EAV Attribute code max lenght #10225
- Merge Pull Request #10225 from okorshenko/magento2:okorshenko-patch-1 - Merged commits: 1. d4936a5
2 parents 01ca787 + d4936a5 commit 24b4336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Eav/Model/Entity/Attribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Attribute extends \Magento\Eav\Model\Entity\Attribute\AbstractAttribute im
2323
/**
2424
* Attribute code max length
2525
*/
26-
const ATTRIBUTE_CODE_MAX_LENGTH = 255;
26+
const ATTRIBUTE_CODE_MAX_LENGTH = 60;
2727

2828
/**
2929
* Cache tag

0 commit comments

Comments
 (0)