Changes between Initial Version and Version 2 of Ticket #10304


Ignore:
Timestamp:
Sep 16, 2012, 6:57:55 AM (12 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10304

    • Property Status changed from new to closed
    • Property Resolution changed from to invalid
  • Ticket #10304 – Description

    initial v2  
    11With 1.0/0.13 this plugin fails with:
    22
    3 'TicketNotifyEmail' object has no attribute 'db'
     3`'TicketNotifyEmail' object has no attribute 'db' `
    44
    55Reason:
    6 In new_get_recipients there is an access to self.db.cursor()
     6In new_get_recipients there is an access to `self.db.cursor()`