Skip to content

Commit

Permalink
feat: Allow Layout Edit Button To administrators only - MEED-7509 - M…
Browse files Browse the repository at this point in the history
…eeds-io/MIPs#147 (#220)

This change will just hide the button of Layout edition from Top Bar, so
that only super administrators will be able to access it. This will
avoid space manager to access this feature by UI until a rework is made
on permissions model to let Platform administrators choose who will be
able to access this feature and button. Besides, improving the
permissions model means that the Portal MOP permission (portal layer)
has to be delegated to SpaceService (social) layer which will be
improved in a dedicated MIP (Space Templates).
  • Loading branch information
boubaker committed Sep 23, 2024
1 parent b93dea6 commit 5ec9982
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-->
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.exoplatform.org/xml/ns/kernel_1_2.xsd http://www.exoplatform.org/xml/ns/kernel_1_2.xsd" xmlns="http://www.exoplatform.org/xml/ns/kernel_1_2.xsd">
<configuration
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.exoplatform.org/xml/ns/kernel_1_3.xsd http://www.exoplatform.org/xml/ns/kernel_1_3.xsd"
xmlns="http://www.exoplatform.org/xml/ns/kernel_1_3.xsd">

<external-component-plugins>
<target-component>org.exoplatform.commons.addons.AddOnService</target-component>
<component-plugin>
Expand All @@ -46,7 +50,7 @@
<field name="permissions">
<collection type="java.util.ArrayList">
<value>
<string>*:/platform/users</string>
<string>*:/platform/administrators</string>
</value>
</collection>
</field>
Expand Down

0 comments on commit 5ec9982

Please sign in to comment.