Merge pull request #45685 from nextcloud/feat/emit-users-loaded

feat(settings): Emit loaded event for user management
This commit is contained in:
Pytal 2024-06-18 11:58:43 -07:00 committed by GitHub
commit a3587175f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 6 deletions

View file

@ -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: {

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