File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
app/code/Magento/Catalog/Controller/Adminhtml/Product/Initialization Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -243,6 +243,7 @@ public function initializeFromData(Product $product, array $productData)
243
243
public function initialize (Product $ product )
244
244
{
245
245
$ productData = $ this ->request ->getPost ('product ' , []);
246
+
246
247
return $ this ->initializeFromData ($ product , $ productData );
247
248
}
248
249
@@ -392,6 +393,7 @@ private function getLinkResolver()
392
393
if (!is_object ($ this ->linkResolver )) {
393
394
$ this ->linkResolver = ObjectManager::getInstance ()->get (LinkResolver::class);
394
395
}
396
+
395
397
return $ this ->linkResolver ;
396
398
}
397
399
@@ -407,6 +409,7 @@ private function getDateTimeFilter()
407
409
$ this ->dateTimeFilter = ObjectManager::getInstance ()
408
410
->get (\Magento \Framework \Stdlib \DateTime \Filter \DateTime::class);
409
411
}
412
+
410
413
return $ this ->dateTimeFilter ;
411
414
}
412
415
You can’t perform that action at this time.
0 commit comments