Skip to content

Commit daf2779

Browse files
committed
MAGETWO-92267: [2.3] Admin logs don't detail quantity changes
1 parent 4741841 commit daf2779

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Catalog/Controller/Adminhtml/Product

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Controller/Adminhtml/Product/Save.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ public function __construct(
8989
$this->productCopier = $productCopier;
9090
$this->productTypeManager = $productTypeManager;
9191
$this->productRepository = $productRepository;
92+
parent::__construct($context, $productBuilder);
9293
$this->escaper = $escaper ?? $this->_objectManager->get(\Magento\Framework\Escaper::class);
9394
$this->logger = $logger ?? $this->_objectManager->get(\Psr\Log\LoggerInterface::class);
94-
parent::__construct($context, $productBuilder);
9595
}
9696

9797
/**

0 commit comments

Comments
 (0)