File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
app/code/Magento/Cms/view/adminhtml/ui_component Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 99
99
</argument >
100
100
</filterInput >
101
101
<filterSelect name =" store_id" >
102
- <argument name =" optionsProvider" xsi : type =" object" >Magento\Store\Ui\Component\Listing\Column\Store\Options</argument >
102
+ <argument name =" optionsProvider" xsi : type =" configurableObject" >
103
+ <argument name =" class" xsi : type =" string" >Magento\Store\Ui\Component\Listing\Column\Store\Options</argument >
104
+ </argument >
103
105
<argument name =" data" xsi : type =" array" >
104
106
<item name =" config" xsi : type =" array" >
105
107
<item name =" caption" xsi : type =" string" translate =" true" >Select...</item >
Original file line number Diff line number Diff line change 121
121
</argument >
122
122
</filterInput >
123
123
<filterSelect name =" page_layout" >
124
- <argument name =" optionsProvider" xsi : type =" object" >Magento\Cms\Model\Page\Source\PageLayout</argument >
124
+ <argument name =" optionsProvider" xsi : type =" configurableObject" >
125
+ <argument name =" class" xsi : type =" string" >Magento\Cms\Model\Page\Source\PageLayout</argument >
126
+ </argument >
125
127
<argument name =" data" xsi : type =" array" >
126
128
<item name =" config" xsi : type =" array" >
127
129
<item name =" dataScope" xsi : type =" string" >page_layout</item >
131
133
</argument >
132
134
</filterSelect >
133
135
<filterSelect name =" store_id" >
134
- <argument name =" optionsProvider" xsi : type =" object" >Magento\Store\Ui\Component\Listing\Column\Store\Options</argument >
136
+ <argument name =" optionsProvider" xsi : type =" configurableObject" >
137
+ <argument name =" class" xsi : type =" string" >Magento\Store\Ui\Component\Listing\Column\Store\Options</argument >
138
+ </argument >
135
139
<argument name =" data" xsi : type =" array" >
136
140
<item name =" config" xsi : type =" array" >
137
141
<item name =" dataScope" xsi : type =" string" >store_id</item >
You can’t perform that action at this time.
0 commit comments