Merge pull request #3936 from nextcloud/downstream-27253
Add extensionpoint to sharedialogview
This commit is contained in:
commit
313173dd45
|
@ -120,6 +120,8 @@
|
|||
'_onSelectRecipient',
|
||||
'onShareWithFieldChanged'
|
||||
);
|
||||
|
||||
OC.Plugins.attach('OCA.Share.ShareDialogView', this);
|
||||
},
|
||||
|
||||
onShareWithFieldChanged: function() {
|
||||
|
|
Loading…
Reference in New Issue