diff -r 855ee76c16a2 -r 0b4dbe4b3fb7 app/soc/views/models/project_survey.py --- a/app/soc/views/models/project_survey.py Sat Jul 04 15:08:28 2009 +0200 +++ b/app/soc/views/models/project_survey.py Sat Jul 04 15:16:54 2009 +0200 @@ -151,6 +151,9 @@ def _constructFilterForProjectSelection(self, survey, params): """Returns the filter needed for the Project selection view. + Returns a filter for all the valid projects for which the current user + is a student. Of course only in the survey's scope. + Args: survey: a Survey entity params: the params dict for the requesting view