diff options
author | Dzial Techniczny WMW Projekt s.c <techniczna@wmwprojekt.pl> | 2020-04-08 10:27:04 +0200 |
---|---|---|
committer | Dzial Techniczny WMW Projekt s.c <techniczna@wmwprojekt.pl> | 2020-04-08 10:28:28 +0200 |
commit | eca069dbd1318274b4170eb78629b0128dd0543c (patch) | |
tree | 40dd9bd19122c8cd16536dc6a633f2ad70e51ad7 /app/Template/search/results.php | |
parent | c08e22f927313f94f344c807876688cc192190d5 (diff) |
Display project name in subtask list task title - fixes #108
Diffstat (limited to 'app/Template/search/results.php')
-rw-r--r-- | app/Template/search/results.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Template/search/results.php b/app/Template/search/results.php index 85b09ea9..d8ca671e 100644 --- a/app/Template/search/results.php +++ b/app/Template/search/results.php @@ -7,6 +7,7 @@ <div class="table-list-row color-<?= $task['color_id'] ?>"> <?= $this->render('task_list/task_title', array( 'task' => $task, + 'is_subtask' => FALSE )) ?> <?= $this->render('task_list/task_details', array( @@ -30,4 +31,4 @@ <?php endforeach ?> </div> -<?= $paginator ?>
\ No newline at end of file +<?= $paginator ?> |