#3520: ITicketChangeListener.ticket_changed should be passed the author of the
change
--------------------------------+-------------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  cboos
     Type:  enhancement         |       Status:  new  
 Priority:  normal              |    Milestone:  0.10 
Component:  general             |      Version:  devel
 Severity:  normal              |   Resolution:       
 Keywords:  journaling          |  
--------------------------------+-------------------------------------------
Comment (by cboos):

 You mean that for 0.10, we should simply add the author info, like:
 {{{
 #!diff
 -    def ticket_changed(ticket, comment, old_values):
 +    def ticket_changed(ticket, author, comment, old_values):
 }}}
 Yes, why not.

 But, I think that in the long run, the API should evolve anyway, along the
 lines of the proposal mentioned above.

-- 
Ticket URL: <http://trac.edgewall.org/ticket/3520#comment:3>
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