Skip to content

Commit c948ff0

Browse files
committed
chore: add id to the list of autocomplete fields
1 parent f262f8e commit c948ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ckanext/relationship/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def relationship_get_selected_json(selected_ids: list[str] | None = None) -> str
100100
"fq": fq,
101101
"rows": rows,
102102
"start": start,
103-
"fl": "name,title",
103+
"fl": "id,name,title",
104104
},
105105
)
106106
selected_pkgs.extend(

0 commit comments

Comments
 (0)