translation for "Hidden uploads" and move it between readonly and writable shares

This commit is contained in:
Ralf Becker
2020-03-26 10:38:34 +01:00
parent 22f498d6e2
commit aa566e12fa
3 changed files with 3 additions and 1 deletions

View File

@ -159,7 +159,7 @@ class HiddenUploadSharing extends Sharing
// Add in a hidden upload directory
$actions['share']['children']['shareUploadDir'] = array(
'caption' => 'Hidden uploads',
'group' => 1,
'group' => 2,
'order' => 30,
'enabled' => 'javaScript:app.filemanager.hidden_upload_enabled',
'onExecute' => 'javaScript:app.filemanager.share_link',