[bugzilla-gnome-org-customizations/production] [ProductInterests] Also list "Watched Products" closed for new bug entry



commit 75366086f03c3675b7ad93af6ec1cb3910b38d10
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]