← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~blr/launchpad/bug-114705 into lp:launchpad

 

Bayard 'kit' Randel has proposed merging lp:~blr/launchpad/bug-114705 into lp:launchpad.

Requested reviews:
  William Grant (wgrant): ui css
Related bugs:
  Bug #114705 in Launchpad itself: "Security vulnerability checkbox too easy to hit"
  https://bugs.launchpad.net/launchpad/+bug/114705

For more details, see:
https://code.launchpad.net/~blr/launchpad/bug-114705/+merge/243320

A user suggested that they have unwittingly checked the security vulnerability checkbox on the bug report form. While it is labeled clearly, have added the CVE sprite to make it more obvious that in most cases you probably don't want to check this option.
-- 
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'lib/lp/bugs/templates/bugtarget-macros-filebug.pt'
--- lib/lp/bugs/templates/bugtarget-macros-filebug.pt	2012-12-10 13:43:47 +0000
+++ lib/lp/bugs/templates/bugtarget-macros-filebug.pt	2014-12-01 19:00:06 +0000
@@ -80,7 +80,7 @@
             </td>
             <td>
               <label tal:attributes="for widget/name">
-                This bug is a security vulnerability
+                <span class="sprite cve">This bug is a security vulnerability</span>
               </label>
               <div>
                   The security group for


Follow ups