diff --git a/VERSION b/VERSION index e024d1ab..7247f7e9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.6-stable+timestamp.2013.05.17.13.52.49 +Version 2.4.6-stable+timestamp.2013.05.17.14.19.12 diff --git a/gluon/sqlhtml.py b/gluon/sqlhtml.py index 60364751..c7bd2dcf 100644 --- a/gluon/sqlhtml.py +++ b/gluon/sqlhtml.py @@ -2055,7 +2055,7 @@ class SQLFORM(FORM): if ondelete: ondelete(table, request.args[-1]) record.delete_record() - redirect(referrer) + redirect(referrer, client_side=True) exportManager = dict( csv_with_hidden_cols=(ExporterCSV, 'CSV (hidden cols)'),