Skip to content

Commit

Permalink
Change redirect to package name instead of title
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Jul 15, 2024
1 parent aa4ea00 commit d492aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/bulkupload/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d492aab

Please sign in to comment.