* Adjust product view page edit link.

This commit is contained in:
caoyanyi
2023-09-21 08:39:49 +08:00
parent a0a0ea2ba0
commit 5cbac73827
+1
View File
@@ -1266,6 +1266,7 @@ class productModel extends model
if(common::hasPriv('product', 'edit'))
{
unset($this->config->product->actionList['edit']['text']);
$this->config->product->actionList['edit']['url'] = helper::createLink('product', 'edit', $params);
$menuList['suffix'][] = $this->config->product->actionList['edit'];
}