File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111use Magento \Catalog \Model \Config \Source \Product \Options \Price as ProductOptionsPrice ;
1212use Magento \Framework \UrlInterface ;
1313use Magento \Framework \Stdlib \ArrayManager ;
14+ use Magento \Ui \Component \Form \Element \Hidden ;
1415use Magento \Ui \Component \Modal ;
1516use Magento \Ui \Component \Container ;
1617use Magento \Ui \Component \DynamicRows ;
@@ -867,10 +868,9 @@ protected function getPositionFieldConfig($sortOrder)
867868 'data ' => [
868869 'config ' => [
869870 'componentType ' => Field::NAME ,
870- 'formElement ' => Input ::NAME ,
871+ 'formElement ' => Hidden ::NAME ,
871872 'dataScope ' => static ::FIELD_SORT_ORDER_NAME ,
872873 'dataType ' => Number::NAME ,
873- 'visible ' => false ,
874874 'sortOrder ' => $ sortOrder ,
875875 ],
876876 ],
You can’t perform that action at this time.
0 commit comments