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/task_list/listing.php | |
parent | c08e22f927313f94f344c807876688cc192190d5 (diff) |
Display project name in subtask list task title - fixes #108
Diffstat (limited to 'app/Template/task_list/listing.php')
-rw-r--r-- | app/Template/task_list/listing.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/task_list/listing.php b/app/Template/task_list/listing.php index 595a190b..8394ea2e 100644 --- a/app/Template/task_list/listing.php +++ b/app/Template/task_list/listing.php @@ -16,6 +16,7 @@ 'task' => $task, 'show_items_selection' => true, 'redirect' => 'list', + 'is_subtask' => FALSE )) ?> <?= $this->render('task_list/task_details', array( |