From 746bdf1db9c10d1e5fc8fc66a0ce876aa29f92da Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 4 Apr 2017 16:58:43 -0400 Subject: Bug 1321595 - Add triage owner to the needinfo suggestion dropdown --- Bugzilla/Component.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Bugzilla/Component.pm') diff --git a/Bugzilla/Component.pm b/Bugzilla/Component.pm index 68024c2fa..10da7137b 100644 --- a/Bugzilla/Component.pm +++ b/Bugzilla/Component.pm @@ -438,6 +438,8 @@ sub description { return $_[0]->{'description'}; } sub product_id { return $_[0]->{'product_id'}; } sub is_active { return $_[0]->{'isactive'}; } +sub triage_owner_id { return $_[0]->{'triage_owner_id'} } + ############################################## # Implement Bugzilla::Field::ChoiceInterface # ############################################## -- cgit v1.2.3-24-g4f1b