summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2017-04-24 19:44:57 +0200
committerGitHub <noreply@github.com>2017-04-24 19:44:57 +0200
commitd01832ff64652f3e52fa41cccb19f122701af2c8 (patch)
treed7bebae01696f0c965d46e7c60fa06cd6d75b8ef /settings
parent41f492ada7ca732fed5ccb5ed1673f8ec01308d5 (diff)
parent77b202ce806e0eb5de99f84f030555476b387d73 (diff)
downloadnextcloud-server-d01832ff64652f3e52fa41cccb19f122701af2c8.tar.gz
nextcloud-server-d01832ff64652f3e52fa41cccb19f122701af2c8.zip
Merge pull request #4472 from nextcloud/downstream-27714
Allow apps to register plugins for the user management
Diffstat (limited to 'settings')
-rw-r--r--settings/js/users/users.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/js/users/users.js b/settings/js/users/users.js
index 16f043b4576..46f4e5977be 100644
--- a/settings/js/users/users.js
+++ b/settings/js/users/users.js
@@ -677,6 +677,7 @@ var UserList = {
};
$(document).ready(function () {
+ OC.Plugins.attach('OC.Settings.UserList', UserList);
$userList = $('#userlist');
$userListBody = $userList.find('tbody');
$userListHead = $userList.find('thead');