app/soc/views/helper/list_info.py
changeset 2729 f7d4e2c3b697
parent 2692 b57572c43b32
child 2730 d1cfed8da027
--- a/app/soc/views/helper/list_info.py	Tue Aug 04 17:07:44 2009 +0200
+++ b/app/soc/views/helper/list_info.py	Tue Aug 04 21:29:49 2009 +0200
@@ -150,6 +150,8 @@
       # SurveyRecord has been found store the import data in info
       info['taken_by'] = record_entity.user.name
       info['taken_on'] = record_entity.modified
+      info['record_url'] = redirects.getViewSurveyRecordRedirect(record_entity,
+                                                                 survey_params)
     else:
       info['taken_by'] = DEF_NO_RECORD_AVAILABLE_MESSAGE
       info['taken_on'] = DEF_NO_RECORD_AVAILABLE_MESSAGE