aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/handlers/lab.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/handlers/lab.py b/app/handlers/lab.py
index cb35a9b..5b53205 100644
--- a/app/handlers/lab.py
+++ b/app/handlers/lab.py
@@ -156,6 +156,7 @@ class LabHandler(handlers.base.BaseHandler):
if new_lab.name:
if old_lab.name != new_lab.name:
+ # The is no setter for the name field in the Lab model.
old_lab._name = new_lab.name
if new_lab.contact: