Hopefully last fix relating to #1519, #838

link-rel-alternate-header
Simon Willison 2021-11-20 11:09:05 -08:00
rodzic 08947fa764
commit 250db8192c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -225,7 +225,7 @@ class ColumnFacet(Facet):
"name": column,
"type": self.type,
"hideable": source != "metadata",
"toggle_url": ds.urls.path(
"toggle_url": self.ds.urls.path(
path_with_removed_args(self.request, {"_facet": column})
),
"results": facet_results_values,