From d492aab8d3643325328989a7b09f97a18977647b Mon Sep 17 00:00:00 2001 From: blagoja Date: Mon, 15 Jul 2024 11:46:53 +0200 Subject: [PATCH] Change redirect to package name instead of title --- ckanext/bulkupload/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/bulkupload/views.py b/ckanext/bulkupload/views.py index 8aa748f..818ff49 100644 --- a/ckanext/bulkupload/views.py +++ b/ckanext/bulkupload/views.py @@ -83,7 +83,7 @@ def busoperator(): } try: x = tk.get_action("package_create")(context, data_dict) - pckg_title = x['title'] + pckg_title = x['name'] except: pass