From c0b0b4b58ae631d8476e91caa119537c03247791 Mon Sep 17 00:00:00 2001 From: mutantsan Date: Tue, 14 May 2024 16:24:21 +0300 Subject: [PATCH] DATASHADES-325 / add requires_datastore to view --- ckanext/charts/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ckanext/charts/plugin.py b/ckanext/charts/plugin.py index 04eb7fb..d742dcc 100644 --- a/ckanext/charts/plugin.py +++ b/ckanext/charts/plugin.py @@ -52,6 +52,7 @@ def info(self) -> dict[str, Any]: "iframed": False, "filterable": False, "preview_enabled": False, + "requires_datastore": True } def can_view(self, data_dict: dict[str, Any]) -> bool: