new serializer for locationgroup

This commit is contained in:
Laura Klünder 2024-12-03 16:07:07 +01:00
parent db938414fb
commit cc2020e7c3
10 changed files with 58 additions and 57 deletions

View file

@ -93,7 +93,7 @@ class SpaceGeometryMixin(GeometryMixin):
_('Space'),
{
'id': self.space_id,
'slug': self.space.get_slug(),
'slug': self.space.effective_slug,
'title': self.space.title,
'can_search': self.space.can_search,
},