fixed smartgrid bug, thanks Anthony

This commit is contained in:
mdipierro
2014-02-14 22:27:39 -06:00
parent 19f8f6bf3c
commit cb23f8635a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.8.2-stable+timestamp.2014.02.14.21.02.54
Version 2.8.2-stable+timestamp.2014.02.14.22.26.48
+1 -1
View File
@@ -2770,7 +2770,7 @@ class SQLFORM(FORM):
if isinstance(item,Table) and item._tablename in check:
tablename = item._tablename
linked_fieldnames = check[tablename]
td = item
tb = item
elif isinstance(item,str) and item in check:
tablename = item
linked_fieldnames = check[item]