diff options
author | nishanth | 2010-02-27 19:21:15 +0530 |
---|---|---|
committer | nishanth | 2010-02-27 19:21:15 +0530 |
commit | 19c262de98b4e20dd88eb3e7692a3c2de076a838 (patch) | |
tree | 64a72e4c73ad9ac35f34ad0a98010ad6da22a1bf /taskapp/utilities/request.py | |
parent | fba7fd43e0da0fc60f934e459d700ef8b5caf0aa (diff) | |
download | pytask-19c262de98b4e20dd88eb3e7692a3c2de076a838.tar.gz pytask-19c262de98b4e20dd88eb3e7692a3c2de076a838.tar.bz2 pytask-19c262de98b4e20dd88eb3e7692a3c2de076a838.zip |
implemented notification functionality for AD MG DV.
Diffstat (limited to 'taskapp/utilities/request.py')
-rw-r--r-- | taskapp/utilities/request.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/taskapp/utilities/request.py b/taskapp/utilities/request.py index 6ebb35f..6b43596 100644 --- a/taskapp/utilities/request.py +++ b/taskapp/utilities/request.py @@ -6,7 +6,7 @@ from pytask.taskapp.models import Request, Profile def create_request(sent_by,role,sent_to=None,task=None,receiving_user=None,pynts=0): """ creates an unreplied request, based on the passed arguments - sent_to - a list of users to which the notification is to be sent + sent_to - a list of users to which the request is to be sent sent_by - sender of request role - a two character field which represents the role requested, if role = 'PY' then sent to all admins task - a requesting task (useful for sending admins a request to give Pynts to the user) |