Added capability for organisation administrators to accept/reject join requests, remove members, edit their details and reset their passwords
This commit is contained in:
@@ -19,7 +19,7 @@ $(document).ready(function() {
|
||||
|
||||
// Bind user table buttons
|
||||
$("#widget-organisation-members").on("pagerComplete.ufTable", function () {
|
||||
bindMemberButtons($(this));
|
||||
bindUserButtons($(this));
|
||||
bindUserButtonsExtra($(this));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user