Changes between Initial Version and Version 5 of Ticket #8300
- Timestamp:
- May 21, 2013, 1:54:13 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8300
-
Property
Status
changed from
new
toassigned
-
Property
Priority
changed from
normal
tohigh
- Property Cc Peter Butkovic added; anonymous removed
-
Property
Status
changed from
-
Ticket #8300 – Description
initial v5 3 3 While doing a GET operation on `/ticketstats`, Trac issued an internal error. 4 4 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 6 8 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'" 9 Problem: I get an error message saying "!AttributeError: 'list' object has no attribute 'find'" 12 10 13 11 Remark: The Static URL for 'All milestones' works fine. … … 48 46 milestone_num = milestone_list.find(milestone) 49 47 AttributeError: 'list' object has no attribute 'find' 50 51 48 }}}