File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
app/code/Magento/Customer
view/adminhtml/ui_component Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 19
19
<element name =" viewDropdown" type =" button" selector =" .admin__data-grid-action-bookmarks button.admin__action-dropdown" />
20
20
<element name =" viewBookmark" type =" button" selector =" //div[contains(@class, 'admin__data-grid-action-bookmarks')]/ul/li/div/a[text() = '{{label}}']" parameterized =" true" timeout =" 30" />
21
21
<element name =" countryOptions" type =" button" selector =" .admin__data-grid-filters select[name=billing_country_id] option" />
22
+ <element name =" websiteOptions" type =" button" selector =" .admin__data-grid-filters select[name=website_id] option" />
22
23
</section >
23
24
</sections >
Original file line number Diff line number Diff line change 189
189
</column >
190
190
<column name =" website_id" class =" Magento\Customer\Ui\Component\Listing\Column\Websites" component =" Magento_Ui/js/grid/columns/select" sortOrder =" 110" >
191
191
<settings >
192
+ <options class =" Magento\Store\Model\ResourceModel\Website\Collection" />
192
193
<filter >select</filter >
193
194
<editor >
194
195
<editorType >select</editorType >
You can’t perform that action at this time.
0 commit comments