Customer portal : Translated on going requests tabs

SVN:trunk[4153]
This commit is contained in:
Guillaume Lajarige
2016-05-25 15:45:17 +00:00
parent 6152277910
commit ffcc6ded74
3 changed files with 6 additions and 2 deletions

View File

@@ -1135,12 +1135,12 @@
<!-- Can be used only with ../oql tag, not ../class tag. Reason is that we can't know the class alias to apply to the condition's fields. We might have an exception saying that the field in ambigious for the generated query. -->
<group id="opened">
<rank>1</rank>
<title>En cours</title>
<title>Class:Ticket/Attribute:operational_status/Value:ongoing</title>
<condition><![CDATA[SELECT Ticket AS T WHERE operational_status NOT IN ('closed', 'resolved')]]></condition>
</group>
<group id="resolved">
<rank>2</rank>
<title>Résolues</title>
<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>
</group>
</groups>