From 4b333734c2d07f4c0d5bf0d24b002f9168d97f7b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Mar 2021 11:12:15 +0100 Subject: always display bugzilla link --- zoom.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/zoom.php b/zoom.php index 14d6c59..bada131 100644 --- a/zoom.php +++ b/zoom.php @@ -159,12 +159,11 @@ if ( !isset($name) || !$name ) { if ($owner->cc) { $summary['Owner'] .= ' (' . $owner->cc . ')'; } - - // Only when owner (so we have the exact name) - $summary['Bugzilla'] = 'https://bugzilla.redhat.com/buglist.cgi'. - '?bug_status=NEW&bug_status=ASSIGNED&bug_status=ON_QA' . - '&component=' . $name; } + // Only when owner (so we have the exact name) + $summary['Bugzilla'] = 'https://bugzilla.redhat.com/buglist.cgi'. + '?bug_status=NEW&bug_status=ASSIGNED&bug_status=ON_QA' . + '&component=' . $name; $summary['Pagure'] = "https://src.fedoraproject.org/rpms/$name"; $summary['Koschei'] = "https://koschei.fedoraproject.org/package/$name"; //$summary['Packages'] = "https://apps.fedoraproject.org/packages/$name"; -- cgit