diff --git a/module/execution/model.php b/module/execution/model.php index d8df221d79..c2b818b864 100644 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -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 != '')