Skip to content

Commit 68f00be

Browse files
committed
Always enrich boards with board settings, even if 'fullDetail' is false
Signed-off-by: Theo <36564257+theoholl@users.noreply.github.com>
1 parent 90ea2ba commit 68f00be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Service/BoardService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,11 +680,11 @@ private function enrichBoards(array $boards, bool $fullDetails = true): array {
680680
'PERMISSION_SHARE' => $permissions[Acl::PERMISSION_SHARE] ?? false
681681
]);
682682

683+
$this->enrichWithBoardSettings($board);
683684
if ($fullDetails) {
684685
$this->enrichWithStacks($board);
685686
$this->enrichWithLabels($board);
686687
$this->enrichWithUsers($board);
687-
$this->enrichWithBoardSettings($board);
688688
$this->enrichWithActiveSessions($board);
689689
}
690690

0 commit comments

Comments
 (0)