changeset 265:9adba5461dfa new_pro_struct

167: Title of projects' info blocks can't be changed Task-Url: https://it-dev.mpiwg-berlin.mpg.de/tracs/webpage/ticket/167
author casties
date Mon, 25 Aug 2014 17:45:51 +0200
parents 0cfe34c454ff
children bd41c278b88a
files MPIWGProjects.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/MPIWGProjects.py	Mon Aug 18 14:47:28 2014 +0200
+++ b/MPIWGProjects.py	Mon Aug 25 17:45:51 2014 +0200
@@ -350,6 +350,9 @@
                     self.items[int(n)][t] = form[k]
                 except:
                     logging.error("InfoBlock editItems: error changing item %s!"%k)
+                    
+            if k == 'block_title':
+                self.title = form[k]
                  
         self._p_changed = True
         if RESPONSE is not None: