Skip to content

Commit

Permalink
[Fixes #12170] unable to set advanced contact roles in metadata editor
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallschlaeger authored and giohappy committed May 6, 2024
1 parent c846db5 commit 4cef452
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geonode/base/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ def value_from_datadict(self, data, files, name) -> List[str]:
if type(data) is dict and "name" in data:
return data["name"]
elif type(data) is QueryDict:
print("QUERYDICT")
return data.getlist(name)
return []

0 comments on commit 4cef452

Please sign in to comment.