@@ -182,11 +183,11 @@ story->estimate;?> parent >= 0 ? html::input('estimate', $story->estimate, "class='form-control'") : $story->estimate;?> - + source) !== false ? '' : 'hidden';?>'> story->feedbackBy;?> feedbackBy, "class='form-control'");?> - + source) !== false ? '' : 'hidden';?>'> story->notifyEmail;?> notifyEmail, "class='form-control'");?> diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index 3e5631855b..1ccd139784 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -348,6 +348,7 @@ story->estimate;?> estimate . $config->hourUnit;?> + source, $config->story->feedbackSource)):?> story->feedbackBy;?> feedbackBy;?> @@ -356,6 +357,7 @@ story->notifyEmail;?> notifyEmail;?> + story->keywords;?> keywords;?> From a9fa89985c447698acdc00fe339140a8e9f0c5ca Mon Sep 17 00:00:00 2001 From: liyuchun Date: Wed, 17 Nov 2021 12:50:19 +0800 Subject: [PATCH 5/5] * Adjust code for task #44367. --- module/bug/view/view.html.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/bug/view/view.html.php b/module/bug/view/view.html.php index 700954485d..09d7ef5fb1 100644 --- a/module/bug/view/view.html.php +++ b/module/bug/view/view.html.php @@ -231,6 +231,10 @@ bug->notifyEmail;?> notifyEmail;?> + + bug->os;?> + bug->osList[$bug->os];?> + bug->browser;?> bug->browserList[$bug->browser];?>