N°9063 - Fix testEnumTransition as ev_autoresolve is no more available in resolve state

This commit is contained in:
v-dumas
2026-03-26 17:02:50 +01:00
parent d4a9d1e831
commit 447e7d01d5
2 changed files with 0 additions and 25 deletions

View File

@@ -1041,29 +1041,6 @@
</action>
</actions>
</transition>
<transition id="ev_autoresolve">
<target>resolved</target>
<actions>
<action>
<verb>SetCurrentDate</verb>
<params>
<param xsi:type="attcode">resolution_date</param>
</params>
</action>
<action>
<verb>SetElapsedTime</verb>
<params>
<param xsi:type="attcode">time_spent</param>
<param xsi:type="attcode">start_date</param>
<param xsi:type="string">DefaultWorkingTimeComputer</param>
</params>
</action>
<action>
<verb>ResolveChildTickets</verb>
<params/>
</action>
</actions>
</transition>
</transitions>
</state>
<state id="rejected">

View File

@@ -1100,7 +1100,6 @@ class DBObjectTest extends ItopDataTestCase
'fixed',
[
'ev_reopen',
'ev_autoresolve',
'ev_close',
],
],
@@ -1122,7 +1121,6 @@ class DBObjectTest extends ItopDataTestCase
'resolved',
'relative',
[
'ev_autoresolve',
'ev_close',
'ev_reopen',
],