From ad58c63b1619667aa8038584b5cd775ec6a1bd02 Mon Sep 17 00:00:00 2001 From: Boubaker Khanfir Date: Wed, 13 Nov 2024 17:51:50 +0100 Subject: [PATCH] feat: Include All managing spaces including when space template master - MEED-7771 - Meeds-io/MIPs#160 (#1206) This change will allow for a space master to choose a space which is managed/mastered (switch space template configuration) when configuring a notes event in a rule. --- .../connectorEventExtensions/components/NotesEventForm.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notes-webapp/src/main/webapp/vue-app/connectorEventExtensions/components/NotesEventForm.vue b/notes-webapp/src/main/webapp/vue-app/connectorEventExtensions/components/NotesEventForm.vue index 6bcdd2dc3..453d9126a 100644 --- a/notes-webapp/src/main/webapp/vue-app/connectorEventExtensions/components/NotesEventForm.vue +++ b/notes-webapp/src/main/webapp/vue-app/connectorEventExtensions/components/NotesEventForm.vue @@ -33,6 +33,9 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. :labels="spaceSuggesterLabels" :include-users="false" :width="220" + :search-options="{ + filterType: 'accessible', + }" name="spacesSuggester" class="user-suggester mt-n2" include-spaces