Merge pull request #3936 from nextcloud/downstream-27253

Add extensionpoint to sharedialogview
This commit is contained in:
Christoph Wurst 2017-03-20 08:31:01 +01:00 committed by GitHub
commit 313173dd45
1 changed files with 2 additions and 0 deletions

View File

@ -120,6 +120,8 @@
'_onSelectRecipient', '_onSelectRecipient',
'onShareWithFieldChanged' 'onShareWithFieldChanged'
); );
OC.Plugins.attach('OCA.Share.ShareDialogView', this);
}, },
onShareWithFieldChanged: function() { onShareWithFieldChanged: function() {