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

Commit

Permalink
Disable share_react action in MINISITE role
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Oct 12, 2016
1 parent abfd92e commit b731b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/core/src/pydio/Core/Services/RolesService.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public static function bootSequence()
"conf.serial" => array("get_bookmarks"), "conf.serial" => array("get_bookmarks"),
"conf.sql" => array("get_bookmarks"), "conf.sql" => array("get_bookmarks"),
"index.lucene" => array("index"), "index.lucene" => array("index"),
"action.share" => array("share", "share-edit-shared", "share-folder-workspace", "share-file-minisite", "share-selection-minisite", "share-folder-minisite-public"), "action.share" => array("share", "share_react", "share-edit-shared", "share-folder-workspace", "share-file-minisite", "share-selection-minisite", "share-folder-minisite-public"),
"gui.ajax" => array("bookmark"), "gui.ajax" => array("bookmark"),
"auth.serial" => array("pass_change"), "auth.serial" => array("pass_change"),
"auth.sql" => array("pass_change"), "auth.sql" => array("pass_change"),
Expand Down

0 comments on commit b731b53

Please sign in to comment.