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 1919 <element name =" viewDropdown" type =" button" selector =" .admin__data-grid-action-bookmarks button.admin__action-dropdown" />
2020 <element name =" viewBookmark" type =" button" selector =" //div[contains(@class, 'admin__data-grid-action-bookmarks')]/ul/li/div/a[text() = '{{label}}']" parameterized =" true" timeout =" 30" />
2121 <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" />
2223 </section >
2324</sections >
Original file line number Diff line number Diff line change 189189 </column >
190190 <column name =" website_id" class =" Magento\Customer\Ui\Component\Listing\Column\Websites" component =" Magento_Ui/js/grid/columns/select" sortOrder =" 110" >
191191 <settings >
192+ <options class =" Magento\Store\Model\ResourceModel\Website\Collection" />
192193 <filter >select</filter >
193194 <editor >
194195 <editorType >select</editorType >
You can’t perform that action at this time.
0 commit comments