inventory icon indicating copy to clipboard operation
inventory copied to clipboard

IsSalableOptionPlugin afterGetUsedProducts is not getting called

Open adarshkhatri opened this issue 1 year ago • 1 comments

Preconditions (*)

  1. 2.4.4-p1

Steps to reproduce (*)

  1. The plugin is not added for GQL
<type name="Magento\ConfigurableProduct\Model\Product\Type\Configurable">
        <plugin name="is_option_salable" type="Magento\InventoryConfigurableProduct\Plugin\Model\Product\Type\Configurable\IsSalableOptionPlugin"/>
    </type>
  1. It should be added to https://github.com/magento/inventory/blob/develop/InventoryConfigurableProduct/etc/graphql/di.xml

Expected result (*)

  1. Plugin should be called while doing GQL query for a configurable product

Actual result (*)

  1. Plugin is not called

adarshkhatri avatar Sep 12 '23 23:09 adarshkhatri

Hi @adarshkhatri. Thank you for your report. To speed up processing of this issue, make sure that you provided sufficient information. Add a comment to assign the issue: @magento I am working on this


Join Magento Community Engineering Slack and ask your questions in #github channel.

m2-assistant[bot] avatar Sep 12 '23 23:09 m2-assistant[bot]