Corrected error in inner tab-forms updates
authorThierry Florac <thierry.florac@onf.fr>
Wed, 02 Jul 2014 10:31:02 +0200
changeset 53 bc3aa1f34e2d
parent 52 3d75d7c04593
child 54 344018771cd2
Corrected error in inner tab-forms updates
src/ztfy/myams/form.py
--- a/src/ztfy/myams/form.py	Wed Jul 02 10:30:28 2014 +0200
+++ b/src/ztfy/myams/form.py	Wed Jul 02 10:31:02 2014 +0200
@@ -275,7 +275,7 @@
                 if isinstance(updates, dict):
                     changes.update(updates)
             else:
-                changes.update(form.applyChanges(subform, content, data))
+                changes.update(form.applyChanges(tabform, content, data))
         return changes