app/soc/logic/helper/request.py
changeset 1085 0afbdd0905ef
parent 986 e9611a2288ca
child 1307 091a21cf3627
--- a/app/soc/logic/helper/request.py	Fri Jan 30 17:23:19 2009 +0000
+++ b/app/soc/logic/helper/request.py	Fri Jan 30 17:38:28 2009 +0000
@@ -50,4 +50,4 @@
   # mark the request completed, if there is any
   if request_entity:
     request_logic.updateEntityProperties(request_entity,
-        {'state': 'completed'})
+        {'status': 'completed'})