Merge pull request #57294 from nextcloud/backport/57233/stable31

This commit is contained in:
Maksim Sukharev 2026-01-07 13:32:30 +01:00 committed by GitHub
commit 2896caf8d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 7 deletions

View file

@ -87,7 +87,7 @@
:input-label="t('settings', 'Admin of the following groups')"
:placeholder="t('settings', 'Set account as admin for …')"
:disabled="loading.groups || loading.all"
:options="availableGroups"
:options="availableSubAdminGroups"
:close-on-select="false"
:multiple="true"
label="name"
@ -218,6 +218,10 @@ export default {
return groups.filter(group => group.id !== '__nc_internal_recent' && group.id !== 'disabled')
},
availableSubAdminGroups() {
return this.availableGroups.filter((group) => group.id !== 'admin')
},
languages() {
return [
{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long