summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-09-11 05:42:23 +0200
committerlpsolit%gmail.com <>2007-09-11 05:42:23 +0200
commite47ccbd86eed5fb84be7c3d0c3741d11703159c8 (patch)
treea99be3822455ceb694e8301a659bc8424adce21f /Bugzilla
parent88669f11e3073ec190ec844f56b18528e180faf3 (diff)
downloadbugzilla-e47ccbd86eed5fb84be7c3d0c3741d11703159c8.tar.gz
bugzilla-e47ccbd86eed5fb84be7c3d0c3741d11703159c8.tar.xz
Bug 395603: "invalid bug attribute remaining_time" is thrown when the timetrackinggroup parameter is blank - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
Diffstat (limited to 'Bugzilla')
-rwxr-xr-xBugzilla/Bug.pm8
1 files changed, 3 insertions, 5 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm
index 809dae69c..5becaa843 100755
--- a/Bugzilla/Bug.pm
+++ b/Bugzilla/Bug.pm
@@ -1262,13 +1262,11 @@ sub fields {
bug_file_loc status_whiteboard keywords
priority bug_severity target_milestone
dependson blocked votes everconfirmed
- reporter assigned_to cc),
-
+ reporter assigned_to cc estimated_time
+ remaining_time actual_time deadline),
+
# Conditional Fields
Bugzilla->params->{'useqacontact'} ? "qa_contact" : (),
- Bugzilla->params->{'timetrackinggroup'} ?
- qw(estimated_time remaining_time actual_time deadline) : (),
-
# Custom Fields
Bugzilla->custom_field_names
);