From 183c1422d978e2b1cbb1d47e0a024dcee57ae3f9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 27 Oct 2021 11:55:34 +0200 Subject: Syndication - search UI --- ishtar_common/widgets.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar_common/widgets.py') diff --git a/ishtar_common/widgets.py b/ishtar_common/widgets.py index 29165232a..05605a258 100644 --- a/ishtar_common/widgets.py +++ b/ishtar_common/widgets.py @@ -1191,6 +1191,7 @@ class DataTable(Select2Media, forms.RadioSelect): self.user = None self.gallery = gallery self.map = map + self.external_sources = None if self.col_prefix and not self.col_prefix.endswith("__"): self.col_prefix += "__" @@ -1318,6 +1319,7 @@ class DataTable(Select2Media, forms.RadioSelect): "loading": str(_("Loading...")), "remove": str(_("Remove")), "sname": name.replace("-", ""), + "external_sources": self.external_sources, "gallery": self.gallery, "use_map": self.map() if callable(self.map) else self.map, "multiple": self.multiple, -- cgit v1.2.3