app/soc/modules/ghop/views/models/task.py
changeset 3059 14421976288a
parent 3038 34eeacafc5dc
child 3091 a48f4e860f7b
--- a/app/soc/modules/ghop/views/models/task.py	Sun Oct 25 21:53:04 2009 -0700
+++ b/app/soc/modules/ghop/views/models/task.py	Sun Oct 25 22:19:41 2009 -0700
@@ -946,9 +946,8 @@
 
       ws_properties = {
           'parent': entity,
-          'link_id': 't%i' % (int(time.time()*100)),
-          'scope_path': entity.key().name(),
-          'scope': entity.scope,
+          'program': entity.program,
+          'org': entity.scope,
           'user': user_account,
           'information': fields['comment'],
           'url_to_work': fields['work_submission'],