diff -r 5395772146cc -r 14421976288a app/soc/modules/ghop/views/models/task.py --- 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'],