From 399f08bd330070d53aa36441632bed0578845a53 Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Mon, 24 Apr 2017 15:31:44 +0200 Subject: add contactsmenu popover to resharer infobox Signed-off-by: Georg Ehrke --- core/js/sharedialogresharerinfoview.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/js') diff --git a/core/js/sharedialogresharerinfoview.js b/core/js/sharedialogresharerinfoview.js index a82b495bdcc..201484c52a8 100644 --- a/core/js/sharedialogresharerinfoview.js +++ b/core/js/sharedialogresharerinfoview.js @@ -100,6 +100,11 @@ $this.avatar($this.data('username'), 32); }); + this.$el.find('.reshare').contactsMenu( + this.model.getReshareOwner(), + OC.Share.SHARE_TYPE_USER, + this.$el); + return this; }, -- cgit v1.2.3