From ac9181a2e6236329bc99785a4768035491dcdf82 Mon Sep 17 00:00:00 2001 From: fogelito Date: Thu, 4 Sep 2025 15:06:58 +0300 Subject: [PATCH] Line --- app/controllers/api/teams.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/api/teams.php b/app/controllers/api/teams.php index c15d91a3bb..e7857b0f01 100644 --- a/app/controllers/api/teams.php +++ b/app/controllers/api/teams.php @@ -377,6 +377,7 @@ App::put('/v1/teams/:teamId/prefs') } $team->setAttribute('prefs', $prefs->getArrayCopy()); + $team = $dbForProject->updateDocument('teams', $team->getId(), $team); $queueForEvents->setParam('teamId', $team->getId());