Skip to content

Commit a77c41c

Browse files
committed
Mview patch update
1 parent dcc2ca2 commit a77c41c

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Mview

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Mview/View.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public function update()
265265
try {
266266
$this->getState()->setStatus(View\StateInterface::STATUS_WORKING)->save();
267267

268-
$this->executeAction($action, 0, 1);
268+
$this->executeAction($action, $lastVersionId, $currentVersionId);
269269

270270
$this->getState()->loadByView($this->getId());
271271
$statusToRestore = $this->getState()->getStatus() === View\StateInterface::STATUS_SUSPENDED

0 commit comments

Comments
 (0)