Portal : Added Location scope to standard portal configuration because of the implementation of r4380

SVN:trunk[4382]
This commit is contained in:
Guillaume Lajarige
2016-09-06 09:30:10 +00:00
parent a025c95054
commit d48f76e965
2 changed files with 9 additions and 2 deletions

View File

@@ -1145,7 +1145,7 @@
<group id="resolved">
<rank>2</rank>
<title>Brick:Portal:OngoingRequests:Tab:Resolved</title>
<condition><![CDATA[SELECT Ticket AS T WHERE org_id = :current_contact->org_id AND operational_status = 'resolved']]></condition>
<condition><![CDATA[SELECT Ticket AS T WHERE operational_status = 'resolved']]></condition>
</group>
</groups>
</tabs>
@@ -1386,6 +1386,13 @@
</scope>
</scopes>
</class>
<class id="Location">
<scopes>
<scope id="all">
<oql_view><![CDATA[SELECT Location WHERE org_id = :current_contact->org_id]]></oql_view>
</scope>
</scopes>
</class>
<class id="Contact">
<scopes>
<scope id="all">