-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import of RootCategoryId should be possbile (Magento/Store/Model/Config/Importer/Processor/Create.php) #18956
Comments
Hi @larsroettig. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
where @larsroettig do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @larsroettig. Thank you for your report.
The fix will be available with the upcoming 2.3.1 release. |
- fixed docblocks
Hi @larsroettig. Thank you for your report.
The fix will be available with the upcoming 2.2.8 release. |
Description (*)
Currently is not possible to define the root_category_id in the Project
config.php
Repro
bin/magento -n app:config:import
Expected behavior (*)
Benefits
Additional information
In the import Class will the root category set hardcoded to 0 see:
magento2/app/code/Magento/Store/Model/Config/Importer/Processor/Create.php
Lines 174 to 184 in fdf16cb
The text was updated successfully, but these errors were encountered: