From b0642d67ae6a9a7e7bbb8b8dc7a832c26bb211af Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 1 Feb 2010 17:34:26 -0800 Subject: Bug 487508: Allow restricting the visibility of custom fields and values by component r=dkl, a=mkanat --- Bugzilla/Status.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Bugzilla/Status.pm') diff --git a/Bugzilla/Status.pm b/Bugzilla/Status.pm index 4d1281e7e..0dd17ae39 100644 --- a/Bugzilla/Status.pm +++ b/Bugzilla/Status.pm @@ -23,7 +23,10 @@ use strict; package Bugzilla::Status; use Bugzilla::Error; - +# This subclasses Bugzilla::Field::Choice instead of implementing +# ChoiceInterface, because a bug status literally is a special type +# of Field::Choice, not just an object that happens to have the same +# methods. use base qw(Bugzilla::Field::Choice Exporter); @Bugzilla::Status::EXPORT = qw( BUG_STATE_OPEN -- cgit v1.2.3-24-g4f1b