mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
Change constraint on attribute agent_id for a workorder
SVN:trunk[2430]
This commit is contained in:
@@ -508,7 +508,7 @@
|
||||
<target_attcode>email</target_attcode>
|
||||
</field>
|
||||
<field id="agent_id" xsi:type="AttributeExternalKey">
|
||||
<filter><![CDATA[SELECT Person AS p JOIN lnkTeamToContact AS l ON l.contact_id=p.id JOIN Team AS t ON l.team_id=t.id WHERE t.id = :this->team_id]]></filter>
|
||||
<filter><![CDATA[SELECT Person AS p JOIN lnkPersonToTeam AS l ON l.person_id=p.id JOIN Team AS t ON l.team_id=t.id WHERE t.id = :this->team_id]]></filter>
|
||||
<dependencies>
|
||||
<attribute id="team_id"/>
|
||||
</dependencies>
|
||||
|
||||
Reference in New Issue
Block a user