From 123de2f08893489cbbd70b3623abdb4d671349a3 Mon Sep 17 00:00:00 2001 From: "Rudy (zarya)" Date: Mon, 9 Jun 2025 08:36:51 +0200 Subject: [PATCH] Fix #1874 --- src/utils/bootstrap/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/bootstrap/base.py b/src/utils/bootstrap/base.py index a1713bb76..99a372c70 100644 --- a/src/utils/bootstrap/base.py +++ b/src/utils/bootstrap/base.py @@ -2009,6 +2009,7 @@ def create_camp_map_layer(self, camp: Camp) -> None: icon="fa fa-list-ul", group=group, public=False, + responsible_team=team, ) layer = Layer.objects.create( name="Team Area",