Changes between Version 11 and Version 12 of BluePrintTicketing
- Timestamp:
- 06/16/10 21:05:36 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintTicketing
v11 v12 12 12 * http://wiki.sahanafoundation.org/doku.php/req:ticketing 13 13 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).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). 15 15 16 16 These can be marked as Verified/Actionable/Actioned, Prioritised, Classified & Routed to other modules: … … 42 42 43 43 if tablename: 44 filter = (db.ticket_tag.resource_name ==tablename)44 filter = (db.ticket_tag.resource_name == tablename) 45 45 if uid: 46 filter = (db.ticket_tag.resource_uid ==uid) & filter46 filter = (db.ticket_tag.resource_uid == uid) & filter 47 47 response.s3.filter = filter 48 48