Skip to content

Commit 68f13cc

Browse files
ENGCOM-5442: [2.3] Improve Database Media Storage Configuration settings usability #23710
- Merge Pull Request #23710 from gwharton/magento2:2.3-develop-dbcheckbox - Merged commits: 1. 85e5375 2. a974261
2 parents 079bdf0 + a974261 commit 68f13cc

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/MediaStorage/etc/adminhtml

1 file changed

+3
-3
lines changed

app/code/Magento/MediaStorage/etc/adminhtml/system.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
<section id="system" type="text" sortOrder="900" showInDefault="1" showInWebsite="1" showInStore="1">
1111
<group id="media_storage_configuration" translate="label" type="text" sortOrder="900" showInDefault="1" showInWebsite="1" showInStore="1">
1212
<label>Storage Configuration for Media</label>
13-
<field id="media_storage" translate="label" type="select" sortOrder="100" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
13+
<field id="media_storage" translate="label" type="select" sortOrder="100" showInDefault="1" showInWebsite="0" showInStore="0">
1414
<label>Media Storage</label>
1515
<source_model>Magento\MediaStorage\Model\Config\Source\Storage\Media\Storage</source_model>
1616
</field>
17-
<field id="media_database" translate="label" type="select" sortOrder="200" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
17+
<field id="media_database" translate="label" type="select" sortOrder="200" showInDefault="1" showInWebsite="0" showInStore="0">
1818
<label>Select Media Database</label>
1919
<source_model>Magento\MediaStorage\Model\Config\Source\Storage\Media\Database</source_model>
2020
<backend_model>Magento\MediaStorage\Model\Config\Backend\Storage\Media\Database</backend_model>
@@ -24,7 +24,7 @@
2424
</field>
2525
<field id="synchronize" translate="label comment" type="button" sortOrder="300" showInDefault="1" showInWebsite="0" showInStore="0">
2626
<frontend_model>Magento\MediaStorage\Block\System\Config\System\Storage\Media\Synchronize</frontend_model>
27-
<comment>After selecting a new media storage location, press the Synchronize button to transfer all media to that location. Media will not be available in the new location until the synchronization process is complete.</comment>
27+
<comment>After selecting a new media storage location, press the Synchronize button to transfer all media to that location and then "Save Config". Media will not be available in the new location until the synchronization process is complete.</comment>
2828
</field>
2929
<field id="configuration_update_time" translate="label" type="text" sortOrder="400" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
3030
<label>Environment Update Time</label>

0 commit comments

Comments
 (0)