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 2044297 commit c337424Copy full SHA for c337424
Controller/Adminhtml/Tag/Save.php
@@ -106,6 +106,7 @@ public function execute()
106
$this->dataPersistor->set('lof_productags_tag', $data);
107
return $resultRedirect->setPath('*/*/edit', ['tag_id' => $id]);
108
}
109
+ return $resultRedirect->setPath('*/*/edit', ['tag_id' => $id]);
110
111
return $resultRedirect->setPath('*/*/');
112
0 commit comments