summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Component.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Component.pm')
-rw-r--r--Bugzilla/Component.pm2
1 files changed, 2 insertions, 0 deletions
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 #
##############################################