mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Different notification scheme for user requests
SVN:trunk[850]
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</lnkTriggerAction>
|
||||
<lnkTriggerAction id="5">
|
||||
<action_id>3</action_id>
|
||||
<trigger_id>50</trigger_id>
|
||||
<trigger_id>20</trigger_id>
|
||||
<order>2</order>
|
||||
</lnkTriggerAction>
|
||||
<lnkTriggerAction id="6">
|
||||
|
||||
@@ -1564,7 +1564,7 @@ class TestImportREST extends TestWebServices
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// Test massive data load
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
define('IMPORT_COUNT', 1000);
|
||||
define('IMPORT_COUNT', 4000);
|
||||
|
||||
class TestImportRESTMassive extends TestImportREST
|
||||
{
|
||||
@@ -1581,7 +1581,7 @@ class TestImportRESTMassive extends TestImportREST
|
||||
protected function DoExecute()
|
||||
{
|
||||
$aLoadSpec = array(
|
||||
'desc' => 'Missing class',
|
||||
'desc' => 'Loading PCs: '.IMPORT_COUNT,
|
||||
'args' => array(
|
||||
'class' => 'PC',
|
||||
'output' => 'summary',
|
||||
|
||||
Reference in New Issue
Block a user