diff options
| author | Frederic Guillot <fred@kanboard.net> | 2016-12-03 12:56:12 -0500 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2016-12-03 12:56:12 -0500 |
| commit | 23d862aef8891130bc7eaeaa25513a9895b44c95 (patch) | |
| tree | 85331881d6d36e3e358e3b6eb02ec32cf451648e /app/Template/notification/task_update.php | |
| parent | 4b22db5400cc5b30696560cd4fc5e44ec845168c (diff) | |
Add suggest menu for task ID
Diffstat (limited to 'app/Template/notification/task_update.php')
| -rw-r--r-- | app/Template/notification/task_update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/notification/task_update.php b/app/Template/notification/task_update.php index 8adb2553..9abe8e0a 100644 --- a/app/Template/notification/task_update.php +++ b/app/Template/notification/task_update.php @@ -1,4 +1,4 @@ <h2><?= $this->text->e($task['title']) ?> (#<?= $task['id'] ?>)</h2> -<?= $this->render('task/changes', array('changes' => $changes, 'task' => $task)) ?> +<?= $this->render('task/changes', array('changes' => $changes, 'task' => $task, 'public' => true)) ?> <?= $this->render('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?>
\ No newline at end of file |
