Skip to content

Commit 7e3e3c3

Browse files
authored
Update action.py
1 parent e777af6 commit 7e3e3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/csvwmapandtransform/action.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def csvwmapandtransform_find_mappings(context: Context, data_dict):
3838
mapping_group_id = next(
3939
(
4040
entry["id"] if entry["name"] == MAPPING_GROUP else None
41-
for entry in toolkit.get_action("group_list")({}, {"all_fields": True})
41+
for entry in toolkit.get_action("group_list")({}, {})
4242
),
4343
None,
4444
)

0 commit comments

Comments
 (0)