Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 357751 - Use the old CC list
Summary: Use the old CC list
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bugzilla Admins
URL: http://groups.google.com/group/mozill...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-07 11:49 UTC by Raúl Porcel (RETIRED)
Modified: 2011-10-30 23:14 UTC (History)
7 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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