diff --git a/module/execution/ui/view.html.php b/module/execution/ui/view.html.php
index 3a1eb3e39e..c2c4239466 100644
--- a/module/execution/ui/view.html.php
+++ b/module/execution/ui/view.html.php
@@ -125,6 +125,7 @@ if($execution->projectInfo->hasProduct || $features['plan'])
a
(
set::title($product->name . '/' . $planGroups[$productID][$planID]),
+ set('data-app', $execution->projectInfo->hasProduct ? '' : 'project'),
hasPriv('productplan', 'view') ? set::href(createLink('productplan', 'view', "planID={$planID}")) : null,
span($product->name . '/' . $planGroups[$productID][$planID])
)