35 parent::__construct($context);
45 $this->shipmentLoader->setOrderId($this->
getRequest()->getParam(
'order_id'));
46 $this->shipmentLoader->setShipmentId($this->
getRequest()->getParam(
'shipment_id'));
47 $this->shipmentLoader->setShipment($this->
getRequest()->getParam(
'shipment'));
48 $this->shipmentLoader->setTracking($this->
getRequest()->getParam(
'tracking'));
49 $this->shipmentLoader->load();
51 $this->_view->getLayout()->createBlock(
52 \
Magento\Shipping\Block\Adminhtml\Order\Packaging\Grid::class
__construct(Action\Context $context, \Magento\Shipping\Controller\Adminhtml\Order\ShipmentLoader $shipmentLoader)