Skip to content

Commit e4013d0

Browse files
committed
MAGETWO-49400: L3 stabilize
1 parent fd8a682 commit e4013d0

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

app/code/Magento/Catalog/Model/Category.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1260,6 +1260,7 @@ public function toFlatArray()
12601260
}
12611261

12621262
//@codeCoverageIgnoreStart
1263+
12631264
/**
12641265
* Set parent category ID
12651266
*

app/code/Magento/Catalog/Model/Category/DataProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ class DataProvider extends \Magento\Ui\DataProvider\AbstractDataProvider
9696
*/
9797
protected $request;
9898

99-
10099
/**
101100
* @var Config
102101
*/

app/code/Magento/Catalog/Model/ResourceModel/Category.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,6 @@ public function load($object, $entityId, $attributes = [])
982982
*/
983983
$this->entityManager->load(CategoryInterface::class, $object, $entityId);
984984

985-
986985
if (!$this->entityManager->has(\Magento\Catalog\Api\Data\CategoryInterface::class, $entityId)) {
987986
$object->isObjectNew(true);
988987
}

0 commit comments

Comments
 (0)