We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e777af6 commit 7e3e3c3Copy full SHA for 7e3e3c3
ckanext/csvwmapandtransform/action.py
@@ -38,7 +38,7 @@ def csvwmapandtransform_find_mappings(context: Context, data_dict):
38
mapping_group_id = next(
39
(
40
entry["id"] if entry["name"] == MAPPING_GROUP else None
41
- for entry in toolkit.get_action("group_list")({}, {"all_fields": True})
+ for entry in toolkit.get_action("group_list")({}, {})
42
),
43
None,
44
)
0 commit comments