Browse Source
feat: Put delegated settings into the new supported settings type
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/55261/head
Côme Chilliet
10 months ago
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
2 changed files with
2 additions and
2 deletions
-
apps/settings/appinfo/info.xml
-
apps/webhook_listeners/appinfo/info.xml
|
|
|
@ -35,7 +35,7 @@ |
|
|
|
<admin>OCA\Settings\Settings\Admin\Sharing</admin> |
|
|
|
<admin>OCA\Settings\Settings\Admin\Security</admin> |
|
|
|
<admin>OCA\Settings\Settings\Admin\Delegation</admin> |
|
|
|
<admin>OCA\Settings\Settings\Admin\Users</admin> |
|
|
|
<delegation>OCA\Settings\Settings\Admin\Users</delegation> |
|
|
|
<admin-section>OCA\Settings\Sections\Admin\Additional</admin-section> |
|
|
|
<admin-section>OCA\Settings\Sections\Admin\Delegation</admin-section> |
|
|
|
<admin-section>OCA\Settings\Sections\Admin\Groupware</admin-section> |
|
|
|
|
|
|
|
@ -32,6 +32,6 @@ |
|
|
|
</commands> |
|
|
|
|
|
|
|
<settings> |
|
|
|
<admin>OCA\WebhookListeners\Settings\Admin</admin> |
|
|
|
<delegation>OCA\WebhookListeners\Settings\Admin</delegation> |
|
|
|
</settings> |
|
|
|
</info> |