Open
Description
Preconditions and environment
- Magento 2.4.4
- clean installation is enough
Steps to reproduce
in cli try to
bin/magento config:show design/theme/theme_id
bin/magento config:set design/theme/theme_id 3
while grepping from config values are present
bin/magento config:show | grep design
design/theme/theme_id - 3
design/head/includes - <link rel="stylesheet" type="text/css" media="all" href="{{MEDIA_URL}}styles.css" />
Expected result
config values are set
Actual result
you will get error messages
bin/magento config:show design/theme/theme_id
The "design/theme/theme_id" path doesn't exist. Verify and try again.
bin/magento config:set design/theme/theme_id 3
The "design/theme/theme_id" path doesn't exist. Verify and try again.
Additional information
No response
Release note
No response
Triage and priority
- 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