Skip to content

Commit

Permalink
[Fixes GeoNode#12170] unable to set advanced contact roles in metadat…
Browse files Browse the repository at this point in the history
…a editor
  • Loading branch information
mwallschlaeger committed Apr 30, 2024
1 parent 7f8ce66 commit b547c38
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 b547c38

Please sign in to comment.