--- MPIWGWeb/MPIWGProjects.py 2008/09/04 22:27:10 1.47.2.102 +++ MPIWGWeb/MPIWGProjects.py 2008/09/07 17:13:32 1.47.2.103 @@ -789,6 +789,12 @@ class MPIWGProject(CatalogAware,Folder): def getContent(self,field,filter=None): """Inhalt des Feldes""" + if field=="short_title": + text = self.getContent("xdata_07") + if text=="": + text = self.getContent("WEB_title") + return text + text=u'' for x in getattr(self,field):