We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a1790 commit c0c3a8dCopy full SHA for c0c3a8d
ckanext/hierarchy/helpers.py
@@ -51,7 +51,7 @@ def _get_action_name(group_id):
51
return "organization_show" if model_obj.is_organization else "group_show"
52
53
54
-def group_tree_parents(id_, type_='organization'):
+def group_tree_parents(id_):
55
action_name = _get_action_name(id_)
56
data_dict = {
57
'id': id_,
0 commit comments