inventory
inventory copied to clipboard
The inventory columns in the product grid are empty if the SKU contains double quotes
Preconditions (*)
- Magento 2.4.2
- Products with double quote (
") in sku
Steps to reproduce (*)
- Create product with double quote (
") in sku - Assign to custom source
- Open catalog product grid in admin ui
Expected result (*)
- Columns Quantity per Source and Salable Quantity display the number of available products
Actual result (*)
-
Columns Quantity per Source and Salable Quantity are empty

-
Although the product is linked to the source

Additional notes
The reason is because the modifier for the Quantity per Source column is an order later than the attribute modifier, which escapes the product name and SKU.
For the Salable Quantity column, we have another issue, the extension describes the column in the listing without the modifier, and as a result, when the column class processes the value, it works with the already escaped sku.
Hi @DmitryFurs. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.
Please, 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.
I can confirm this issue is happening on M2.4.3-p1. Is there any solution to this issue?
