You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AttributeError: 'UUID' object has no attribute 'replace'
(7 additional frame(s) were not displayed)
...
File "contentcuration/viewsets/base.py", line 668, in list
return Response(self.serialize(queryset))
File "contentcuration/viewsets/base.py", line 642, in serialize
list(map(self._map_fields, values_queryset or [])), queryset
File "contentcuration/viewsets/base.py", line 628, in _map_fields
item[key] = value(item)
File "search/viewsets/savedsearch.py", line 48, in <lambda>
"id": lambda x: x["id"].replace("-", ""),
The text was updated successfully, but these errors were encountered:
Sentry Issue: STUDIO-HDF
The text was updated successfully, but these errors were encountered: