Stanislav Idolov

Results 3 issues of Stanislav Idolov

### Preconditions and environment - 2.4.5 ### Steps to reproduce From Twitter: https://twitter.com/jissereitsma/status/1557372818257485834 I'm not getting this entirely yet, but a custom [#magento](https://twitter.com/hashtag/magento?src=hashtag_click) 2.4.5 install had a theme with a...

Issue: Confirmed
Reproduced on 2.4.x
Progress: dev in progress
Priority: P1
Area: Framework
Reported on 2.4.5

`\Magento\InventoryDistanceBasedSourceSelection\Plugin\FillSourceLatitudeAndLongitude` ```php public function beforeSave( SourceRepositoryInterface $subject, SourceInterface $source )array { if (!$source->getLatitude() && !$source->getLongitude()) { try { $latLng = $this->getLatLngFromSource->execute($source); $source->setLatitude($latLng->getLat()); $source->setLongitude($latLng->getLng()); } catch (\Exception $e) { unset($e); //...

Progress: PR created

Connected to the https://github.com/magento/inventory/issues/3013 Currently, the index table does not contain actual information about composite product salability. We decided to post an async message to the queue and recalculate status...

Progress: PR created