From bf66b705d4468ac39e76b4ff5c70d545189bb9d1 Mon Sep 17 00:00:00 2001 From: chenfeiCF Date: Fri, 17 Mar 2017 10:19:00 +0800 Subject: [PATCH] * remove duplicate deadline in view file of bug's edit method. --- module/bug/view/edit.html.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/module/bug/view/edit.html.php b/module/bug/view/edit.html.php index 7584d014ab..95441cef29 100644 --- a/module/bug/view/edit.html.php +++ b/module/bug/view/edit.html.php @@ -201,10 +201,6 @@ js::set('oldResolvedBuild' , $bug->resolvedBuild); - - bug->deadline;?> - deadline, "class='form-control form-date'");?> - bug->resolvedBy;?> resolvedBy, "class='form-control chosen'");?>