mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Rename extension point
To align with upstream. Fixes https://github.com/nextcloud/guests/issues/3 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
3fb7de2dfb
commit
e974f26afa
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@
|
|||
'onShareWithFieldChanged'
|
||||
);
|
||||
|
||||
OC.Plugins.attach('OCA.Share.ShareDialogView', this);
|
||||
OC.Plugins.attach('OC.Share.ShareDialogView', this);
|
||||
},
|
||||
|
||||
onShareWithFieldChanged: function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue