RSS

(root)/bugzilla/4.0 : 6818 : colchange.cgi

To get this branch, use:
bzr branch /bugzilla/4.0

« back to all changes in this revision

Viewing changes to colchange.cgi

lpsolit%gmail.com
2009-11-10 08:31:47
Revision ID: cvs-1:lpsolitgmail.com-20091110163147-08b72nzt4if2j968
Bug 505039: Use $user->is_timetracker instead of $user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit

Show diffs side-by-side

added added

removed removed

77
77
if (Bugzilla->has_flags) {
78
78
    push(@masterlist, "flagtypes.name");
79
79
}
80
 
if (Bugzilla->user->in_group(Bugzilla->params->{"timetrackinggroup"})) {
 
80
if (Bugzilla->user->is_timetracker) {
81
81
    push(@masterlist, ("estimated_time", "remaining_time", "actual_time",
82
82
                       "percentage_complete", "deadline")); 
83
83
}

Loggerhead 1.18.1 is a web-based interface for Bazaar branches