fixed Issue 1560:Smartgrid doesn work with Google app engine 1.8.1

This commit is contained in:
mdipierro
2013-06-25 09:10:03 -05:00
parent 7564f5f671
commit 29f0428889
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.5.1-stable+timestamp.2013.06.24.14.23.41
Version 2.5.1-stable+timestamp.2013.06.25.09.09.16
+1 -1
View File
@@ -2615,7 +2615,7 @@ class SQLFORM(FORM):
except (KeyError, ValueError, TypeError):
redirect(URL(args=table._tablename))
if nargs == len(args) + 1:
query = table._id != None
query = table._db._adapter.id_query(table)
# filter out data info for displayed table
if table._tablename in constraints: