Edgewall Software

Ticket #4369 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Verbose log view header says 'False'

Reported by: Tim Hatch <trac@…> Owned by: mgood
Priority: normal Milestone: 0.11
Component: version control/log view Version: devel
Severity: minor Keywords:
Cc:

Description

To reproduce:

View  http://example.com/path-to-trac/log/?verbose=on in a browser. The rightmost column header probably ought to be blank (0.10 behavior) instead of saying "False".

There's an easy fix:

Index: templates/revisionlog.html
===================================================================
--- templates/revisionlog.html  (revision 4434)
+++ templates/revisionlog.html  (working copy)
@@ -93,7 +93,7 @@
               <th class="chgset">Chgset</th>
               <th class="date">Date</th>
               <th class="author">Author</th>
-              <th class="summary">${not verbose and 'Log Message'}</th>
+              <th class="summary">${not verbose and 'Log Message' or None}</th>
             </tr>
           </thead>
           <tbody>

Attachments

Change History

Changed 3 years ago by mgood

  • owner changed from cboos to mgood
  • status changed from new to assigned

Changed 3 years ago by mgood

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r4437. Thanks.

Add/Change #4369 (Verbose log view header says 'False')

Author


E-mail address and user name can be saved in the Preferences.


Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from mgood. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.