diff options
author | Remi Collet <remi@remirepo.net> | 2021-03-23 11:12:15 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-03-23 11:12:15 +0100 |
commit | 4b333734c2d07f4c0d5bf0d24b002f9168d97f7b (patch) | |
tree | 18859785a36103740fe131efacfb377c4b5d9e77 | |
parent | 33fddcbfbd70fa0f5f69d1a1784cd6aa845947dd (diff) |
always display bugzilla link
-rw-r--r-- | zoom.php | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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"; |