From 06cf26ea9a8182b540e4f3d6d8c13fb775e69335 Mon Sep 17 00:00:00 2001 From: chaideqing Date: Fri, 3 Dec 2021 09:58:26 +0800 Subject: [PATCH] * add project name in execution card title --- module/execution/view/bug.html.php | 2 +- module/execution/view/story.html.php | 2 +- module/execution/view/task.html.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/execution/view/bug.html.php b/module/execution/view/bug.html.php index f2aa6d5869..e9b7c8b4f1 100644 --- a/module/execution/view/bug.html.php +++ b/module/execution/view/bug.html.php @@ -32,7 +32,7 @@ app->getViewType() == 'xhtml'):?>
- execution->getByID($execution->id)->name ?> + project->getById($execution->project)->name . ' / ' . $this->execution->getByID($execution->id)->name) ?>
diff --git a/module/execution/view/story.html.php b/module/execution/view/story.html.php index 59aabbe4de..a863206697 100644 --- a/module/execution/view/story.html.php +++ b/module/execution/view/story.html.php @@ -140,7 +140,7 @@ app->getViewType() == 'xhtml'):?>
- execution->getByID($execution->id)->name ?> + project->getById($execution->project)->name . ' / ' . $this->execution->getByID($execution->id)->name) ?>
diff --git a/module/execution/view/task.html.php b/module/execution/view/task.html.php index 448dbb89ec..a7eedd1204 100644 --- a/module/execution/view/task.html.php +++ b/module/execution/view/task.html.php @@ -181,7 +181,7 @@ body {margin-bottom: 25px;} app->getViewType() == 'xhtml'):?>
- execution->getByID($executionID)->name ?> + project->getById($execution->project)->name . ' / ' . $this->execution->getByID($execution->id)->name) ?>