Browse Source

Different notification scheme for user requests

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@850 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 years ago
parent
commit
01cce191f8

+ 1 - 1
modules/itop-request-mgmt-1.0.0/data.struct.ta-links.xml

@@ -7,7 +7,7 @@
 </lnkTriggerAction>
 </lnkTriggerAction>
 <lnkTriggerAction id="5">
 <lnkTriggerAction id="5">
 <action_id>3</action_id>
 <action_id>3</action_id>
-<trigger_id>50</trigger_id>
+<trigger_id>20</trigger_id>
 <order>2</order>
 <order>2</order>
 </lnkTriggerAction>
 </lnkTriggerAction>
 <lnkTriggerAction id="6">
 <lnkTriggerAction id="6">

+ 2 - 2
test/testlist.inc.php

@@ -1564,7 +1564,7 @@ class TestImportREST extends TestWebServices
 ///////////////////////////////////////////////////////////////////////////
 ///////////////////////////////////////////////////////////////////////////
 // Test massive data load
 // Test massive data load
 ///////////////////////////////////////////////////////////////////////////
 ///////////////////////////////////////////////////////////////////////////
-define('IMPORT_COUNT', 1000);
+define('IMPORT_COUNT', 4000);
 
 
 class TestImportRESTMassive extends TestImportREST
 class TestImportRESTMassive extends TestImportREST
 {
 {
@@ -1581,7 +1581,7 @@ class TestImportRESTMassive extends TestImportREST
 	protected function DoExecute()
 	protected function DoExecute()
 	{
 	{
 		$aLoadSpec = array(
 		$aLoadSpec = array(
-			'desc' => 'Missing class',
+			'desc' => 'Loading PCs: '.IMPORT_COUNT,
 			'args' => array(
 			'args' => array(
 				'class' => 'PC',
 				'class' => 'PC',
 				'output' => 'summary',
 				'output' => 'summary',