# HG changeset patch # User casties # Date 1408366048 -7200 # Node ID 0cfe34c454ff304dafb6e8ba62ad087abafb5fea # Parent 738129610f360cf7642198891393755cffef657d setter for project type. change default visible project type. diff -r 738129610f36 -r 0cfe34c454ff MPIWGProjects.py --- a/MPIWGProjects.py Wed Aug 13 13:04:48 2014 +0200 +++ b/MPIWGProjects.py Mon Aug 18 14:47:28 2014 +0200 @@ -568,6 +568,10 @@ t = getattr(self, 'projectType', None) return t + def setProjectType(self, s): + """set the type of project""" + self.projectType = s + def getMPIWGProject(self): """Return this project for acquisition.""" diff -r 738129610f36 -r 0cfe34c454ff zpt/project/project_index_html.zpt --- a/zpt/project/project_index_html.zpt Wed Aug 13 13:04:48 2014 +0200 +++ b/zpt/project/project_index_html.zpt Mon Aug 18 14:47:28 2014 +0200 @@ -80,30 +80,6 @@
Project description
- - - - @@ -272,7 +248,7 @@