mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #45685 from nextcloud/feat/emit-users-loaded
feat(settings): Emit loaded event for user management
This commit is contained in:
commit
a3587175f1
5 changed files with 8 additions and 6 deletions
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
<script>
|
||||
import { translate as t } from '@nextcloud/l10n'
|
||||
import { emit } from '@nextcloud/event-bus'
|
||||
import { defineComponent } from 'vue'
|
||||
|
||||
import NcAppContent from '@nextcloud/vue/dist/Components/NcAppContent.js'
|
||||
|
|
@ -69,6 +70,7 @@ export default defineComponent({
|
|||
window.OCA.Settings.UserList = window.OCA.Settings.UserList ?? {}
|
||||
// and add the registerAction method
|
||||
window.OCA.Settings.UserList.registerAction = this.registerAction
|
||||
emit('settings:user-management:loaded')
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
|
|
|||
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