Skip to content
Snippets Groups Projects
Commit 313173dd authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #3936 from nextcloud/downstream-27253

Add extensionpoint to sharedialogview
parents 24a86044 f198d773
No related branches found
No related tags found
No related merge requests found
...@@ -120,6 +120,8 @@ ...@@ -120,6 +120,8 @@
'_onSelectRecipient', '_onSelectRecipient',
'onShareWithFieldChanged' 'onShareWithFieldChanged'
); );
OC.Plugins.attach('OCA.Share.ShareDialogView', this);
}, },
onShareWithFieldChanged: function() { onShareWithFieldChanged: function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment