Commit e47ccbd8 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 395603: "invalid bug attribute remaining_time" is thrown when the…

Bug 395603: "invalid bug attribute remaining_time" is thrown when the timetrackinggroup parameter is blank - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
parent 88669f11
......@@ -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
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment