Merge branch 'sprint214_fix_bug' into 'master'
* Processing product default value error. See merge request easycorp/zentaopms!4569
This commit is contained in:
@@ -727,6 +727,9 @@ class execution extends control
|
||||
}
|
||||
if($type == 'bymodule')
|
||||
{
|
||||
$module = $this->loadModel('tree')->getByID($param);
|
||||
$productID = $module->root;
|
||||
|
||||
$_COOKIE['storyModuleParam'] = $param;
|
||||
$_COOKIE['storyProductParam'] = 0;
|
||||
$_COOKIE['storyBranchParam'] = 0;
|
||||
|
||||
Reference in New Issue
Block a user