Closed
Description
Preconditions (*)
- Magento commerce 2.3.2
- Nginx server
- Php 7.2
Steps to reproduce (*)
- In system.xml if you forgot to add label tag in inside field tag, your config will be locked as cache and it will not save any value to the database. as shown below:
<field id="example_id" translate="label" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1"> <frontend_model>[vendor]\[module]\Block\Adminhtml\Form\Field\Ranges</frontend_model> </field>
- devdocs refrence url : https://devdocs.magento.com/guides/v2.3/ext-best-practices/tutorials/dynamic-row-system-config.html
Expected result (*)
- It should show an error message or log an error that vendor/module/etc/system.xml file is invalid.
Actual result (*)
- Config will be locked as cache and it will not save any value to the database. And will show the success message your configuration is saved.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.3 release