taskapp/events/task.py
changeset 117 58fa1d626d37
parent 114 38793914921b
child 119 39ab7c460143
equal deleted inserted replaced
116:cb7f54ed5866 117:58fa1d626d37
   231     """
   231     """
   232 
   232 
   233     task.status = "CM"
   233     task.status = "CM"
   234     task.save()
   234     task.save()
   235 
   235 
       
   236     task.request_task.filter(is_replied=False).update(is_valid=False)
       
   237 
   236     ## generate notification appropriately using marked_by
   238     ## generate notification appropriately using marked_by
   237     ## we also have to mark unread requests as invalid
   239     ## we also have to mark unread requests as invalid
   238 
   240 
   239 
   241