Skip to content

Commit

Permalink
MSI-1250: Moved default source inscription from admin ui to admin cat…
Browse files Browse the repository at this point in the history
…alog ui
  • Loading branch information
VitaliyBoyko committed Jun 27, 2018
1 parent 5cbfe5d commit 8a93661
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
<settings>
<dataType>boolean</dataType>
<label translate="true">Is Enabled</label>
<notice translate="true">The Default Source must be enabled. A default source is required for single source merchants and product migration.</notice>
</settings>
<formElements>
<checkbox>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd">
<fieldset name="general">
<field name="enabled">
<settings>
<notice translate="true">The Default Source must be enabled. A default source is required for single source merchants and product migration.</notice>
</settings>
</field>
</fieldset>
</form>

0 comments on commit 8a93661

Please sign in to comment.