Skip to content

Commit e993e81

Browse files
author
Mastiuhin Olexandr
committed
MAGETWO-94115: [Magento Cloud] - rest/all/V1/categories/:categoryID deletes category name
1 parent 6b22367 commit e993e81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Catalog/Plugin/Model/Attribute/Backend/AttributeValidation.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
use Magento\Store\Model\Store;
99

10+
/**
11+
* Attribute validation
12+
*/
1013
class AttributeValidation
1114
{
1215
/**
@@ -32,6 +35,8 @@ public function __construct(
3235
}
3336

3437
/**
38+
* Around validate
39+
*
3540
* @param \Magento\Eav\Model\Entity\Attribute\Backend\AbstractBackend $subject
3641
* @param \Closure $proceed
3742
* @param \Magento\Framework\DataObject $entity

0 commit comments

Comments
 (0)