File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
view/adminhtml/ui_component Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -378,7 +378,6 @@ protected function filterFields($categoryData)
378
378
public function getDefaultMetaData ($ result )
379
379
{
380
380
$ result ['parent ' ]['default ' ] = (int )$ this ->request ->getParam ('parent ' );
381
- $ result ['is_anchor ' ]['default ' ] = false ;
382
381
$ result ['use_config.available_sort_by ' ]['default ' ] = true ;
383
382
$ result ['use_config.default_sort_by ' ]['default ' ] = true ;
384
383
$ result ['use_config.filter_price_range ' ]['default ' ] = true ;
Original file line number Diff line number Diff line change 252
252
<item name =" label" xsi : type =" string" translate =" true" >Anchor</item >
253
253
<item name =" prefer" xsi : type =" string" >toggle</item >
254
254
<item name =" valueMap" xsi : type =" array" >
255
- <item name =" true" xsi : type =" boolean " >true </item >
256
- <item name =" false" xsi : type =" boolean " >false </item >
255
+ <item name =" true" xsi : type =" string " >1 </item >
256
+ <item name =" false" xsi : type =" string " >0 </item >
257
257
</item >
258
+ <item name =" default" xsi : type =" number" >1</item >
258
259
</item >
259
260
</argument >
260
261
</field >
You can’t perform that action at this time.
0 commit comments