Skip to content

Commit

Permalink
Wordpress metarole fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan Kromhout committed Sep 9, 2021
1 parent abf6efc commit 1f6fd2c
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 197 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,50 @@
</set>
</target>
</inbound>
<inbound>
<strength>strong</strength>
<expression>
<assignmentTargetSearch xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="c:AssignmentTargetSearchExpressionEvaluatorType">
<targetType>RoleType</targetType>
<oid>30082d24-0bea-4f22-b558-d0ee2a399c38</oid>
</assignmentTargetSearch>
</expression>
<target>
<path>assignment</path>
<set>
<predefined>all</predefined>
</set>
</target>
<condition>
<script xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="c:ScriptExpressionEvaluatorType">
<code>
input.startsWith('app:wordpress:editors')
</code>
</script>
</condition>
</inbound>
<inbound>
<strength>strong</strength>
<expression>
<assignmentTargetSearch xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="c:AssignmentTargetSearchExpressionEvaluatorType">
<targetType>RoleType</targetType>
<oid>9e5a82fc-7969-4fd8-9f74-e0857969cdbb</oid>
</assignmentTargetSearch>
</expression>
<target>
<path>assignment</path>
<set>
<predefined>all</predefined>
</set>
</target>
<condition>
<script xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="c:ScriptExpressionEvaluatorType">
<code>
input.startsWith('app:wordpress:admins')
</code>
</script>
</condition>
</inbound>
</attribute>
<attribute>
<ref>ri:member</ref>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<c:path>$containingObject/name</c:path>
</source>
<expression>
<value>admin</value>
<value>administrator</value>
</expression>
</outbound>
</attribute>
Expand Down

0 comments on commit 1f6fd2c

Please sign in to comment.