File tree 1 file changed +2
-2
lines changed
app/code/Magento/Catalog/Ui/DataProvider/Product/Form/Modifier
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
use Magento \Catalog \Model \Config \Source \Product \Options \Price as ProductOptionsPrice ;
12
12
use Magento \Framework \UrlInterface ;
13
13
use Magento \Framework \Stdlib \ArrayManager ;
14
+ use Magento \Ui \Component \Form \Element \Hidden ;
14
15
use Magento \Ui \Component \Modal ;
15
16
use Magento \Ui \Component \Container ;
16
17
use Magento \Ui \Component \DynamicRows ;
@@ -867,10 +868,9 @@ protected function getPositionFieldConfig($sortOrder)
867
868
'data ' => [
868
869
'config ' => [
869
870
'componentType ' => Field::NAME ,
870
- 'formElement ' => Input ::NAME ,
871
+ 'formElement ' => Hidden ::NAME ,
871
872
'dataScope ' => static ::FIELD_SORT_ORDER_NAME ,
872
873
'dataType ' => Number::NAME ,
873
- 'visible ' => false ,
874
874
'sortOrder ' => $ sortOrder ,
875
875
],
876
876
],
You can’t perform that action at this time.
0 commit comments