mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
Portal : Added Location scope to standard portal configuration because of the implementation of r4380
SVN:trunk[4382]
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user