Skip to content

Commit

Permalink
ADX-1046 No longer need _dont_validate context param (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansberry authored Jan 3, 2024
1 parent f5421bc commit 7b711de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ckanext/validation/logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,7 @@ def resource_validation_run(context, data_dict):

patch_context = {
'ignore_auth': True,
'user': t.get_action('get_site_user')({'ignore_auth': True})['name'],
'_dont_validate': True,
'user': t.get_action('get_site_user')({'ignore_auth': True})['name']
}
t.get_action('resource_patch')(patch_context, data_dict)

Expand Down

0 comments on commit 7b711de

Please sign in to comment.