Add extensionpoint to sharedialogview
Write method overriding extension Add a list of unknowns while inputting a search term Rename OCA.Share extension point Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
528a903a7b
commit
f198d77388
1 changed files with 2 additions and 0 deletions
|
@ -120,6 +120,8 @@
|
|||
'_onSelectRecipient',
|
||||
'onShareWithFieldChanged'
|
||||
);
|
||||
|
||||
OC.Plugins.attach('OCA.Share.ShareDialogView', this);
|
||||
},
|
||||
|
||||
onShareWithFieldChanged: function() {
|
||||
|
|
Loading…
Reference in a new issue