Changes between Initial Version and Version 5 of Ticket #8300


Ignore:
Timestamp:
May 21, 2013, 1:54:13 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8300

    • Property Status changed from new to assigned
    • Property Priority changed from normal to high
    • Property Cc Peter Butkovic added; anonymous removed
  • Ticket #8300 – Description

    initial v5  
    33While doing a GET operation on `/ticketstats`, Trac issued an internal error.
    44
    5 1. I clicked on the Ticket Stats tab and waited until the graphs for 'All milestones' were displayed
     5 1. I clicked on the Ticket Stats tab and waited until the graphs for 'All milestones' were displayed
     6 1. I changed the value of Milestone from 'All milestones' to a specific milestone and clicked 'Update chart' and waited until the graphs were displayed
     7 1. I copied the Static URL and pasted it to the address field of the browser and pressed Enter
    68
    7 2. I changed the value of Milestone from 'All milestones' to a specific milestone and clicked 'Update chart' and waited until the graphs were displayed
    8 
    9 3. I copied the Static URL and pasted it to the address field of the browser and pressed Enter
    10 
    11 Problem: I get an error message saying "AttributeError: 'list' object has no attribute 'find'"
     9Problem: I get an error message saying "!AttributeError: 'list' object has no attribute 'find'"
    1210
    1311Remark: The Static URL for 'All milestones' works fine.
     
    4846    milestone_num = milestone_list.find(milestone)
    4947AttributeError: 'list' object has no attribute 'find'
    50 
    5148}}}