Open
Description
https://github.com/magento/magento2/blob/2.4-develop/lib/internal/Magento/Framework/App/Config/Value.php#L87
Always returns false for app:config:import command.
Preconditions (*)
- Magento 2 with multiple websites
- With sample data or should have some products
Steps to reproduce (*)
- Set the price scope to "Website" in your Magento root/app/etc/config.php
'system' => [
'default' => [
'catalog' => [
'price' =>[
'scope' => 1
]
]
]
],
- Run app:config:import
- Set the price scope to "Global" in your Magento root/app/etc/config.php
'system' => [
'default' => [
'catalog' => [
'price' =>[
'scope' => 0
]
]
]
],
- Run app:config:import
Expected result (*)
- The indexer status has to invalidate as per the backend model for the price scope store config https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/Catalog/Model/Indexer/Product/Price/System/Config/PriceScope.php#L58-L64
Actual result (*)
Issue. Indexer status is not changing
Note: On setting the Price scope from UI to Global / Website - Indexer status in invalidated
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Pull Request In Progress