[Getan-commits] [PATCH] Updates the project time when the entrie time is adjusted

Wald Commits scm-commit at wald.intevation.org
Wed May 9 18:57:55 CEST 2018


# HG changeset patch
# User Magnus Schieder <mschieder at intevation.de>
# Date 1525884982 -7200
# Node ID 63ce8e017828ea706b9358964d604ba6589b9f4b
# Parent  1855b1ef283416cd749e019d102f218dc753ce5d
Updates the project time when the entrie time is adjusted.

diff -r 1855b1ef2834 -r 63ce8e017828 getan/states.py
--- a/getan/states.py	Wed May 09 16:57:32 2018 +0200
+++ b/getan/states.py	Wed May 09 18:56:22 2018 +0200
@@ -920,6 +920,7 @@
 
         self.controller.update_entry(entry)
         self.view.node_in_focus().update()
+        self.controller.view.proj_list.update_rows()
         return self.exit()
 
     def exit(self):


More information about the Getan-commits mailing list