Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 357751

Summary: Use the old CC list
Product: Gentoo Infrastructure Reporter: Raúl Porcel (RETIRED) <armin76>
Component: BugzillaAssignee: Bugzilla Admins <bugzilla>
Status: RESOLVED FIXED    
Severity: normal CC: arfrever, dilfridge, graaff, jmbsvicetto, maekke, mr_bones_, vostorga
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://groups.google.com/group/mozilla.support.bugzilla/browse_thread/thread/ffe35792e342f711?pli=1
Whiteboard:
Package list:
Runtime testing required: ---

Description Raúl Porcel (RETIRED) gentoo-dev 2011-03-07 11:49:42 UTC
As an arch dev i really hate to click 'edit' on the CC list everytime i'm doing something. I know for sure i'm going to remove my arch from CC. 

Check $URL
Comment 1 Hans de Graaff gentoo-dev Security 2011-03-07 12:36:41 UTC
As a maintainer it's also inconvenient to have to click just to see which arches are still cc'ed on the bug.
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2011-03-07 22:36:31 UTC
yes please
Comment 3 Christian Ruppert (idl0r) gentoo-dev 2011-03-12 15:34:43 UTC
Fixed.

From 5829fcba9a6eb8a896fce7c5611bad9f24d98a41 Mon Sep 17 00:00:00 2001
From: Christian Ruppert <idl0r@gentoo.org>
Date: Sat, 12 Mar 2011 16:28:00 +0100
Subject: [PATCH] Always show the CC list for logged in users

bug 357751
Not logged in users still have to click on the "show" link/label to make the
list visible.
---
 template/en/default/bug/edit.html.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 1c05e67..2aed2ae 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -846,7 +846,7 @@
             [% END %]
           [% END %]
         </div>
-        [% IF user.id || bug.cc.size %]
+        [% IF !user.id && bug.cc.size %]
           <script type="text/javascript">
             hideEditableField( 'cc_edit_area_showhide_container', 
                                'cc_edit_area', 
-- 
1.7.3.4