Changes between Version 11 and Version 12 of BluePrintTicketing


Ignore:
Timestamp:
06/16/10 21:05:36 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintTicketing

    v11 v12  
    1212 * http://wiki.sahanafoundation.org/doku.php/req:ticketing
    1313
    14 What we have implemented so far is a Master Message Log where all inbound communications come (the !InBox for non-XForms SMS, Emails, Tweets & Ushahidi Incidents).
     14What we have implemented so far is a Master Message Log where all inbound communications come (the Inbox for non-XForms SMS, Emails, Tweets & Ushahidi Incidents).
    1515
    1616These can be marked as Verified/Actionable/Actioned, Prioritised, Classified & Routed to other modules:
     
    4242
    4343    if tablename:
    44         filter = (db.ticket_tag.resource_name==tablename)
     44        filter = (db.ticket_tag.resource_name == tablename)
    4545        if uid:
    46             filter = (db.ticket_tag.resource_uid==uid) & filter
     46            filter = (db.ticket_tag.resource_uid == uid) & filter
    4747        response.s3.filter = filter
    4848