mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #57294 from nextcloud/backport/57233/stable31
This commit is contained in:
commit
2896caf8d5
5 changed files with 11 additions and 7 deletions
|
|
@ -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 [
|
||||
{
|
||||
|
|
|
|||
4
dist/settings-users-3239.js
vendored
4
dist/settings-users-3239.js
vendored
File diff suppressed because one or more lines are too long
2
dist/settings-users-3239.js.map
vendored
2
dist/settings-users-3239.js.map
vendored
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
Loading…
Reference in a new issue