Skip to content

Commit

Permalink
magento-engcom/magento2#30 Resolve Country and region view in grid
Browse files Browse the repository at this point in the history
  • Loading branch information
larsroettig committed Jun 15, 2017
1 parent faa53be commit d350729
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
</column>
<column name="country_id" component="Magento_Ui/js/grid/columns/select" sortOrder="80">
<settings>
<options class="Magento\Directory\Model\Config\Source\Country"/>
<visible>false</visible>
<filter>select</filter>
<dataType>select</dataType>
Expand All @@ -182,6 +183,7 @@
</column>
<column name="region_id" component="Magento_Ui/js/grid/columns/select" sortOrder="90">
<settings>
<options class="Magento\Inventory\Model\OptionSource\RegionSource"/>
<visible>false</visible>
<filter>select</filter>
<dataType>select</dataType>
Expand Down

0 comments on commit d350729

Please sign in to comment.