Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit b731b53

Browse files
committed
Disable share_react action in MINISITE role
1 parent abfd92e commit b731b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/core/src/pydio/Core/Services/RolesService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ public static function bootSequence()
341341
"conf.serial" => array("get_bookmarks"),
342342
"conf.sql" => array("get_bookmarks"),
343343
"index.lucene" => array("index"),
344-
"action.share" => array("share", "share-edit-shared", "share-folder-workspace", "share-file-minisite", "share-selection-minisite", "share-folder-minisite-public"),
344+
"action.share" => array("share", "share_react", "share-edit-shared", "share-folder-workspace", "share-file-minisite", "share-selection-minisite", "share-folder-minisite-public"),
345345
"gui.ajax" => array("bookmark"),
346346
"auth.serial" => array("pass_change"),
347347
"auth.sql" => array("pass_change"),

0 commit comments

Comments
 (0)