<localPolicyAction>
<roleFilter source="title">
<includePattern preg="il_6933_role_4" />
</roleFilter>
<localPolicyTemplate type="overwrite">
<role type="rolt">
<title>PREP_ROOM_GLOBAL_USER</title>
<operations>
<operation group="grp">visible</operation>
<operation group="grp">join</operation>
<operation group="grp">leave</operation>
<operation group="grp">read</operation>
</operations>
</role>
</localPolicyTemplate>
</localPolicyAction>
In my opinion this should give the global user role (id: il_6933_role_4) give the defined rights, but somehow leave and read rights are not given.
<roleFilter source="title">
<includePattern preg="il_6933_role_4" />
</roleFilter>
<localPolicyTemplate type="overwrite">
<role type="rolt">
<title>PREP_ROOM_GLOBAL_USER</title>
<operations>
<operation group="grp">visible</operation>
<operation group="grp">join</operation>
<operation group="grp">leave</operation>
<operation group="grp">read</operation>
</operations>
</role>
</localPolicyTemplate>
</localPolicyAction>
In my opinion this should give the global user role (id: il_6933_role_4) give the defined rights, but somehow leave and read rights are not given.