Skip to content

Commit

Permalink
feat: Include All managing spaces including when space template maste…
Browse files Browse the repository at this point in the history
…r - MEED-7771 - Meeds-io/MIPs#160 (#1772)

This change will allow for a space master to choose a space which is
managed/mastered (switch space template configuration) when configuring
a stream event in a rule or when creating a program with assigned
audience where the user doesn't manage directly but indirectly throw
permissions inherited from space template.
  • Loading branch information
boubaker authored and exo-swf committed Nov 18, 2024
1 parent afee9ca commit 9c34a26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ export default {
return this.isAdministrator && {
filterType: 'all',
} || {
filterType: 'manager',
filterType: 'editable',
};
},
programId() {
Expand Down

0 comments on commit 9c34a26

Please sign in to comment.