Commit 5bb875b8 authored by Dave Lawrence's avatar Dave Lawrence

Bug 744823 - Deadline throws error when selected in change history field list in…

Bug 744823 - Deadline throws error when selected in change history field list in query.cgi when not in time tracking group r/a=LpSolit
parent 1ace4c84
......@@ -186,6 +186,7 @@ foreach my $val (editable_bug_fields()) {
if ($user->is_timetracker) {
push @chfields, "work_time";
} else {
@chfields = grep($_ ne "deadline", @chfields);
@chfields = grep($_ ne "estimated_time", @chfields);
@chfields = grep($_ ne "remaining_time", @chfields);
}
......
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