diff --git a/module/company/view/dynamic.html.php b/module/company/view/dynamic.html.php index a2a638629d..86077d5026 100644 --- a/module/company/view/dynamic.html.php +++ b/module/company/view/dynamic.html.php @@ -46,7 +46,7 @@ actionLabel;?> action->objectTypes[$action->objectType];?> objectID;?> - createLink($module, 'view', "id=$action->objectID"), $action->objectName);?> + objectLink, $action->objectName);?> diff --git a/module/my/view/dynamic.html.php b/module/my/view/dynamic.html.php index 94b1420905..6b65d78baa 100644 --- a/module/my/view/dynamic.html.php +++ b/module/my/view/dynamic.html.php @@ -45,7 +45,7 @@ actionLabel;?> action->objectTypes[$action->objectType];?> objectID;?> - createLink($module, 'view', "id=$action->objectID"), $action->objectName);?> + objectLink, $action->objectName);?> diff --git a/module/user/view/dynamic.html.php b/module/user/view/dynamic.html.php index beb289f81b..88684b7c87 100644 --- a/module/user/view/dynamic.html.php +++ b/module/user/view/dynamic.html.php @@ -45,7 +45,7 @@ actionLabel;?> action->objectTypes[$action->objectType];?> objectID;?> - createLink($module, 'view', "id=$action->objectID"), $action->objectName);?> + objectLink, $action->objectName);?>