Fixed bug introduced in #1519

This commit is contained in:
Simon Willison 2021-11-19 17:01:17 -08:00
commit 640031edfd

View file

@ -942,7 +942,7 @@ class TableView(RowTableShared):
"extra_wheres_for_ui": extra_wheres_for_ui,
"form_hidden_args": form_hidden_args,
"is_sortable": any(c["sortable"] for c in display_columns),
"fix_path": ds.urls.path,
"fix_path": self.ds.urls.path,
"path_with_replaced_args": path_with_replaced_args,
"path_with_removed_args": path_with_removed_args,
"append_querystring": append_querystring,