* add project name in execution card title

This commit is contained in:
chaideqing
2021-12-03 09:58:26 +08:00
parent eb8c0226d0
commit 06cf26ea9a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ body {margin-bottom: 25px;}
<?php if($this->app->getViewType() == 'xhtml'):?>
<div id="xx-title">
<strong>
<?php echo $this->execution->getByID($executionID)->name ?>
<?php echo ($this->project->getById($execution->project)->name . ' / ' . $this->execution->getByID($execution->id)->name) ?>
</strong>
<div class="linkButton" onclick="linkButtonClicked()">
<span title="<?php echo $lang->viewDetails;?>">