#3246: Execution error when deleting a report
---------------------+------------------------------------------------------
 Reporter:  Anne     |        Owner:  jonas   
     Type:  defect   |       Status:  reopened
 Priority:  normal   |    Milestone:          
Component:  general  |      Version:  0.9.3   
 Severity:  normal   |   Resolution:          
 Keywords:           |  
---------------------+------------------------------------------------------
Changes (by anonymous):

  * resolution:  duplicate =>
  * status:  closed => reopened
  * version:  0.9.5 => 0.9.3

Comment:

 I`m running 9.0.3 version and I had same the problem

 here are my log


 {{{
 SELECT p.value AS __color__,
      t.milestone AS __group__,
      (CASE owner WHEN 'daniel' THEN 'font-weight: bold; background: red;'
 ELSE '' END) AS __style__,
        t.id AS ticket, summary
   FROM ticket t,enum p
   WHERE t.status IN ('new', 'assigned', 'reopened')
     AND p.name=t.priority AND p.type='priority'
   ORDER BY t.milestone, p.value, t.severity, t.time
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3246>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to