hotfix for desktop icon + updates to assign to and patch

This commit is contained in:
Rushabh Mehta
2012-11-15 16:36:42 +05:30
parent f281a0cf2f
commit 85df835db2
3 changed files with 6 additions and 21 deletions

View File

@@ -11,5 +11,6 @@ def execute():
'assign_to': t['allocated_to'],
'assigned_by': t['owner'],
'description': t['subject'],
'date': t['creation']
'date': t['creation'],
"no_notification": True
})