diff --git a/src/routes/add-place.ts b/src/routes/add-place.ts index fb617671..e4c39e31 100644 --- a/src/routes/add-place.ts +++ b/src/routes/add-place.ts @@ -87,6 +87,7 @@ export default async function addPlace(fastify: FastifyInstance) { logo: Config.getLogoBase64(), hierarchy: Config.getHierarchyWithReplacement(place.type, 'desc'), place, + session: req.chtSession, contactType: place.type, contactTypes: Config.contactTypes(), backend: `/place/edit/${id}`,