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 19, 2024
1 parent 728b705 commit 88a94ff
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 88a94ff

Please sign in to comment.