Rename the id of the Portal contact scope for administrator, as there was two scopes with id="all"

SVN:trunk[5817]
This commit is contained in:
Vincent Dumas
2018-05-29 16:12:08 +00:00
parent 6c84074b02
commit 22e525452a

View File

@@ -1555,7 +1555,7 @@
<scope id="all">
<oql_view><![CDATA[SELECT Contact WHERE org_id = :current_contact->org_id]]></oql_view>
</scope>
<scope id="all">
<scope id="admin">
<oql_view><![CDATA[SELECT Contact]]></oql_view>
<allowed_profiles>
<allowed_profile id="Administrator"/>