Closed Bug 622081 Opened 15 years ago Closed 15 years ago

Change group which can make frequently-running charts

Categories

(Bugzilla :: Bugzilla-General, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: gerv, Unassigned)

Details

(Follow-up from bug 621879, duped to WONTFIXed bug 147276) BMO wants to change the group which is allowed to create charts which run frequently. chart.cgi: - if ($cgi->param('frequency') < $min_freq && !$user->in_group("admin")) { + if ($cgi->param('frequency') < $min_freq && !$user->in_group("bz_canusewhines")) { ThrowUserError("illegal_frequency", { 'minimum' => $min_freq }); } ... Please advise on what sort of patch would be acceptable to make this customizable. Gerv
WONTFIX as bug 288148 will remove this feature entirely.
Severity: normal → enhancement
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.