@@ -182,6 +183,14 @@ 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'");?> + story->keywords;?> keywords, "class='form-control'");?> diff --git a/module/story/view/view.html.php b/module/story/view/view.html.php index bbccd60e90..1ccd139784 100644 --- a/module/story/view/view.html.php +++ b/module/story/view/view.html.php @@ -348,6 +348,16 @@ story->estimate;?> estimate . $config->hourUnit;?> + source, $config->story->feedbackSource)):?> + + story->feedbackBy;?> + feedbackBy;?> + + + story->notifyEmail;?> + notifyEmail;?> + + story->keywords;?> keywords;?>