changeset 265:b702af6793c6

Remove calling Controller update_project_list The method got removed and was completely obsolete
author Björn Ricks <bjoern.ricks@intevation.de>
date Thu, 11 Apr 2013 12:40:24 +0200
parents 915456b53f34
children c5baa934b24d
files getan/controller.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/getan/controller.py	Thu Apr 11 12:39:41 2013 +0200
+++ b/getan/controller.py	Thu Apr 11 12:40:24 2013 +0200
@@ -156,7 +156,6 @@
             return
         self.backend.insert_project(key, description)
         self.update_projects()
-        self.update_project_list()
 
     def update_entry(self, entry):
         self.backend.update_entry(entry)
@@ -168,7 +167,6 @@
     def update_project(self, project):
         self.backend.update_project(project)
         self.update_projects()
-        self.update_project_list()
 
     def update_projects(self):
         projects, entries = self.load_projects()
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)