-
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
Restore config setting #404
Comments
+1 great idea |
+1 |
+1 I would be very useful and fairly easy to implement
|
+1 |
1 similar comment
+1 |
I just wanted to add more details on how I would see this implemented. In my opinion all the cases should be covered by this approach. |
+1 |
2 similar comments
+1 |
+1 |
Hello @tzyganu , |
@Tiurnikova Just to make it clear... I wasn't reffering to a "Restore to factory settings" feature that would delete everything in the Let me know if this time I made it clear. |
@tzyganu, yes. Now it's clear. Thank you for clarification. |
MAGETWO-34400 |
[Folks] Checkout bug-fixes and improvements
Since the PR was merged, I will close this issue. |
Very helpful information |
…th-using-ims-access-token CABPI-224 web api auth using ims access token
A "Restore to default" button or checkbox would be useful for the fields in
System->Configuration
that would just delete the value in the tablecore_config_data
thus making Magento use the value declared inconfig.xml
, or an empty value if that does not exist.If not all fields should be allowed to be "restored to default" maybe this can be managed from
system.xml
with a new attribute on the<field>
tag. Example<field id="list_mode" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="0"><!-- or canRestore="1" --> <label>List Mode</label> <source_model>Magento\Catalog\Model\Config\Source\ListMode</source_model> </field>
The text was updated successfully, but these errors were encountered: