diff --git a/module/task/ui/view.html.php b/module/task/ui/view.html.php
index 8b49183b03..3bd119beaa 100644
--- a/module/task/ui/view.html.php
+++ b/module/task/ui/view.html.php
@@ -78,7 +78,7 @@ detailBody
(
set::prefix
(
- array(array('icon' => 'back', 'text' => $lang->goback))
+ array(array('icon' => 'back', 'text' => $lang->goback, 'url' => 'javascript:goBack("execution-task", "execution-task")'))
),
set::main($operateMenus),
set::suffix($commonActions),