Skip to content

Commit

Permalink
Type of dataset hardcoded in quick add form
Browse files Browse the repository at this point in the history
  • Loading branch information
blagojabozinovski committed Aug 14, 2024
1 parent 5088b26 commit 70f5f19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckanext/bulkupload/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def package_busoperator(errors=None):
'owner_org': form_data['owner_org'],
'dataset_start_date': form_data['date-start'],
'dataset_end_date': form_data['date-end'],
'type_of_dataset': 'txc_data',
}
try:
x = tk.get_action("package_create")(context, data_dict)
Expand Down

0 comments on commit 70f5f19

Please sign in to comment.