diff --git a/ChangeLog b/ChangeLog index a559b4ff1..7d61f9573 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ New features: Improvements: +* Show project name in notifications * Allow priority changes for inverted priority scales * Add the possibility to attach template hooks with local variables and callback * Add "reference" hooks diff --git a/app/Template/dashboard/notifications.php b/app/Template/dashboard/notifications.php index a189d74fe..4fb59e243 100644 --- a/app/Template/dashboard/notifications.php +++ b/app/Template/dashboard/notifications.php @@ -15,12 +15,26 @@ + - + +
+ + url->link( + $this->text->e($notification['event_data']['task']['project_name']), + 'BoardViewController', + 'show', + array('project_id' => $notification['event_data']['task']['project_id']) + ) + ?> + + text->e($notification['event_data']['project_name']) ?> + + text->contains($notification['event_name'], 'subtask')): ?>