-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
Labels
Area: PerformanceComponent: ConfigIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P2A defect with this priority could have functionality issues which are not to expectations.A defect with this priority could have functionality issues which are not to expectations.Progress: PR in progressReported on 2.4.xIndicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchThe issue has been reproduced on latest 2.4-develop branch
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
Area: PerformanceComponent: ConfigIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P2A defect with this priority could have functionality issues which are not to expectations.A defect with this priority could have functionality issues which are not to expectations.Progress: PR in progressReported on 2.4.xIndicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchThe issue has been reproduced on latest 2.4-develop branch
Type
Projects
Status
Pull Request In Progress