* Adjust the execution getSwitcher link when the execution do not link proudct.
This commit is contained in:
@@ -1151,6 +1151,11 @@ class executionModel extends model
|
||||
$module = 'execution';
|
||||
$method = 'story';
|
||||
}
|
||||
if($module == 'product' and $method == 'showerrornone')
|
||||
{
|
||||
$module = 'execution';
|
||||
$method = 'task';
|
||||
}
|
||||
|
||||
if($module == 'execution' and $method == 'create') return;
|
||||
if($extra != '')
|
||||
|
||||
Reference in New Issue
Block a user