Skip to content

Commit

Permalink
fix bug on register
Browse files Browse the repository at this point in the history
  • Loading branch information
voogt committed Jan 25, 2024
1 parent 13476da commit 5dd2987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/saeoss/plugins/saeoss_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def get_actions(self) -> typing.Dict[str, typing.Callable]:
"saeoss_version": saeoss_actions.show_version,
"user_patch": ckan_actions.user_patch,
"user_update": ckan_actions.user_update,
"user_create": ckan_actions.user_create,
# "user_create": ckan_actions.user_create,
"organization_update": ckan_actions.organization_update,
"user_show": ckan_actions.user_show,
"resource_create": ckan_custom_actions.resource_create,
Expand Down

0 comments on commit 5dd2987

Please sign in to comment.