We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc2ca2 commit a77c41cCopy full SHA for a77c41c
lib/internal/Magento/Framework/Mview/View.php
@@ -265,7 +265,7 @@ public function update()
265
try {
266
$this->getState()->setStatus(View\StateInterface::STATUS_WORKING)->save();
267
268
- $this->executeAction($action, 0, 1);
+ $this->executeAction($action, $lastVersionId, $currentVersionId);
269
270
$this->getState()->loadByView($this->getId());
271
$statusToRestore = $this->getState()->getStatus() === View\StateInterface::STATUS_SUSPENDED
0 commit comments