mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
New data model: alpha version
SVN:trunk[484]
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
<Set>
|
||||
<TriggerOnObjectCreate id="2">
|
||||
<description>Incident Creation</description>
|
||||
<target_class>bizIncidentTicket</target_class>
|
||||
<target_class>Incident</target_class>
|
||||
</TriggerOnObjectCreate>
|
||||
<TriggerOnStateEnter id="5">
|
||||
<description>Incident ticket assigned to agent</description>
|
||||
<target_class>bizIncidentTicket</target_class>
|
||||
<target_class>Incident</target_class>
|
||||
<state>Assigned</state>
|
||||
</TriggerOnStateEnter>
|
||||
<TriggerOnStateEnter id="6">
|
||||
<description>Incident ticket resolved</description>
|
||||
<target_class>bizIncidentTicket</target_class>
|
||||
<target_class>Incident</target_class>
|
||||
<state>Resolved</state>
|
||||
</TriggerOnStateEnter>
|
||||
</Set>
|
||||
</Set>
|
||||
|
||||
@@ -632,6 +632,7 @@ function DisplayStep4(SetupWebPage $oP, Config $oConfig, $sAdminUser, $sAdminPwd
|
||||
else
|
||||
{
|
||||
// Creation failed
|
||||
$oP->error("Failed to create admin account or setup user rights");
|
||||
$oP->add("<button type=\"button\" onClick=\"window.history.back();\"><< Back</button>\n");
|
||||
}
|
||||
// End of visible form
|
||||
|
||||
Reference in New Issue
Block a user