From 466a8461cfb0d4a2e41ffb112a769485afd91825 Mon Sep 17 00:00:00 2001 From: Max Emig Date: Mon, 29 Jun 2026 12:28:21 +0200 Subject: [PATCH] fix(sharing): show more board sharing targets and clarify the picker label The board sharing picker supports users, groups, and teams, but it only requested 20 autocomplete results and displayed the first 10 unallocated entries. This may give the impression that only users are supported. Raise both limits to 200 and use a more specific picker label to clarify the supported sharing targets. The 200-result limit follows established behaviour in Calendar, Tasks, and Bookmarks. Signed-off-by: Max Emig --- src/components/board/SharingTabSidebar.vue | 3 ++- src/store/main.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/board/SharingTabSidebar.vue b/src/components/board/SharingTabSidebar.vue index 59d708825..58c4952f2 100644 --- a/src/components/board/SharingTabSidebar.vue +++ b/src/components/board/SharingTabSidebar.vue @@ -7,6 +7,7 @@