diff --git a/frontend/app/components/wp-panels/activity-panel/activity-panel-default.directive.html b/frontend/app/components/wp-panels/activity-panel/activity-panel-default.directive.html
index 91f8f4c63c..e845f9e046 100644
--- a/frontend/app/components/wp-panels/activity-panel/activity-panel-default.directive.html
+++ b/frontend/app/components/wp-panels/activity-panel/activity-panel-default.directive.html
@@ -7,11 +7,7 @@
+ ng-init="inf = vm.info(activity, $index)">
diff --git a/frontend/app/components/wp-panels/activity-panel/activity-panel-overview.directive.html b/frontend/app/components/wp-panels/activity-panel/activity-panel-overview.directive.html
index 8babddf97c..52f9bd06bf 100644
--- a/frontend/app/components/wp-panels/activity-panel/activity-panel-overview.directive.html
+++ b/frontend/app/components/wp-panels/activity-panel/activity-panel-overview.directive.html
@@ -5,10 +5,7 @@
+ ng-init="inf = vm.info(activity, $index)">
diff --git a/frontend/app/templates/work_packages/activities/_user.html b/frontend/app/templates/work_packages/activities/_user.html
index 42c45fbf23..39621f2d9b 100644
--- a/frontend/app/templates/work_packages/activities/_user.html
+++ b/frontend/app/templates/work_packages/activities/_user.html
@@ -8,7 +8,6 @@