Skip to content

calendar_service: access Group properties using the JOIN

Ferran Tufan requested to merge fewer-db-queries into master

No need to fetch each Group object, because it is already part of the query in meeting_repository. This will save us lots of round-trips on the database queries!

Merge request reports