Skip to content

Commit c337424

Browse files
committed
fix save identifier already exists
1 parent 2044297 commit c337424

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Controller/Adminhtml/Tag/Save.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ public function execute()
106106
$this->dataPersistor->set('lof_productags_tag', $data);
107107
return $resultRedirect->setPath('*/*/edit', ['tag_id' => $id]);
108108
}
109+
return $resultRedirect->setPath('*/*/edit', ['tag_id' => $id]);
109110
}
110111
return $resultRedirect->setPath('*/*/');
111112
}

0 commit comments

Comments
 (0)