Skip to content

Commit

Permalink
Set default private dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
taleksovska committed Jul 26, 2024
1 parent 388c955 commit cd03ee8
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 @@ -96,7 +96,7 @@ def package_busoperator(errors=None):
data_dict = {
'name': name_validated,
'title': form_data['title'],
'private': False,
'private': True,
'status': 'active',
'owner_org': form_data['owner_org'],
'dataset_start_date': form_data['date-start'],
Expand Down

0 comments on commit cd03ee8

Please sign in to comment.