[bugzilla-gnome-org-customizations] [ProductInterests] Also list "Watched Products" closed for new bug entry
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bugzilla-gnome-org-customizations] [ProductInterests] Also list "Watched Products" closed for new bug entry
- Date: Wed, 27 Feb 2019 17:51:55 +0000 (UTC)
commit 4343d4373ea6a5d7282979863043ae54f92e4921
Author: Andre Klapper <a9016009 gmx de>
Date: Wed Feb 27 18:46:59 2019 +0100
[ProductInterests] Also list "Watched Products" closed for new bug entry
Showing only active products makes it harder for folks to find and potentially
clean up their areas of interests, now that we have closed most products for
new bug entry in preparation for migrating to Gitlab.
https://mail.gnome.org/archives/desktop-devel-list/2019-February/msg00061.html
extensions/ProductInterests/lib/User.pm | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/extensions/ProductInterests/lib/User.pm b/extensions/ProductInterests/lib/User.pm
index 3a06f18..8703e05 100644
--- a/extensions/ProductInterests/lib/User.pm
+++ b/extensions/ProductInterests/lib/User.pm
@@ -40,7 +40,6 @@ sub product_interests {
ON components.product_id = products.id
LEFT JOIN watch
ON components.initialowner = watch.watched
- WHERE products.isactive = '1'
AND (watch.watcher = ? OR components.initialowner = ?)
ORDER BY products.name},
undef, ($self->id, $self->id));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]