Merge branch 'sprint/178_songchenxuan_17399' into 'master'
*Fix bug #17399. See merge request easycorp/zentaopms!1123
This commit is contained in:
@@ -775,7 +775,7 @@ class product extends control
|
||||
$this->executeHooks($productID);
|
||||
|
||||
if($this->viewType == 'json') return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess));
|
||||
die(js::locate($this->createLink('product', 'browse'), 'parent'));
|
||||
die(js::locate($this->createLink('product', 'all'), 'parent'));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user