elgentos / magento2-inventory-log

Magento 2 - Inventory Log
29 stars 11 forks source link

Add the properties, because otherwise product page breaks. #15

Closed wahidnory closed 1 year ago

wahidnory commented 1 year ago

When no properties are declared, the product page displays the following error:

Deprecated Functionality: Creation of dynamic property Elgentos\InventoryLog\Observer\Backend\Hyva\GridSourcePrefetchInventoryLogGrid::$filterBuilder is deprecated in vendor/elgentos/magento2-inventory-log/Observer/Backend/Hyva/GridSourcePrefetchInventoryLogGrid.php on line 16

And during saving the following error message:

Deprecated Functionality: Creation of dynamic property Elgentos\InventoryLog\Model\MovementRepository::$collectionProcessor is deprecated in vendor/elgentos/magento2-inventory-log/Model/MovementRepository.php on line 121

This pull request prevents that.