Updated data model dictionary + a few adjustments in the data model + quick fix in the setup

SVN:trunk[498]
This commit is contained in:
Romain Quetiez
2010-06-28 15:22:51 +00:00
parent 95dc9bfc1a
commit b178cc4620
4 changed files with 536 additions and 1210 deletions

View File

@@ -1,17 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<Set>
<TriggerOnObjectCreate id="2">
<description>Incident Creation</description>
<target_class>Incident</target_class>
</TriggerOnObjectCreate>
<TriggerOnStateEnter id="5">
<description>Incident ticket assigned to agent</description>
<target_class>Incident</target_class>
<state>Assigned</state>
</TriggerOnStateEnter>
<TriggerOnStateEnter id="6">
<description>Incident ticket resolved</description>
<target_class>Incident</target_class>
<state>Resolved</state>
</TriggerOnStateEnter>
</Set>