changeset 69:f0e4637ad4e4

Add a update_entry method in getan controller that stores a changed entry in the backened
author Björn Ricks <bjoern.ricks@intevation.de>
date Wed, 25 May 2011 13:27:42 +0200
parents a25dab413260
children a70e7f381922
files getan.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/getan.py	Wed May 25 13:26:09 2011 +0200
+++ b/getan.py	Wed May 25 13:27:42 2011 +0200
@@ -151,6 +151,9 @@
         self.backend.insert_project(key, description)
         self.update_project_list()
 
+    def update_entry(self, entry):
+        self.backend.update_entry(entry)
+
     def shutdown(self):
         for project in self.running:
             self.stop_project()
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)