From b9a24bfef8aad3e8ccdb8a72d654e14a03d2bf30 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Wed, 8 Aug 2018 19:17:55 +0200 Subject: Allow external actions to users list + Created fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- settings/src/components/userList.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'settings/src/components/userList.vue') diff --git a/settings/src/components/userList.vue b/settings/src/components/userList.vue index 0649575bf88..69f459b3a6c 100644 --- a/settings/src/components/userList.vue +++ b/settings/src/components/userList.vue @@ -119,7 +119,8 @@ + :groups="groups" :subAdminsGroups="subAdminsGroups" :quotaOptions="quotaOptions" :languages="languages" + :externalActions="externalActions" />
@@ -141,7 +142,7 @@ import Vue from 'vue'; export default { name: 'userList', - props: ['users', 'showConfig', 'selectedGroup'], + props: ['users', 'showConfig', 'selectedGroup', 'externalActions'], components: { userRow, Multiselect, -- cgit v1.2.3