fixed smartgrid bug, thanks Anthony
This commit is contained in:
@@ -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
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user