* Add required icon for task recordworkhour. bug #42352.

This commit is contained in:
wangyuting
2024-01-11 14:56:04 +08:00
parent 417a2a55de
commit ed33ef033a
3 changed files with 29 additions and 26 deletions
+2 -2
View File
@@ -1557,11 +1557,11 @@ class executionZen extends execution
{
$link = helper::createLink($module, 'task', "executionID=%s");
}
elseif($module == 'execution' and $method == 'storyview')
elseif($module == 'execution' && $method == 'storyview')
{
$link = helper::createLink($module, 'story', "executionID=%s");
}
elseif($module == 'execution' and in_array($method, array('kanban', 'cfd')))
elseif($module == 'execution' && in_array($method, array('kanban', 'cfd')))
{
$link = helper::createLink($module, 'view', "executionID=%s");
}