mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
#944 Speed-up the display of CSV import history. IF the feature is enabled, the CSV import history is:
1) Displayed asynchronously 2) Based on a specific 'origin' enum fields instead of parsing the userinfo comment SVN:trunk[3234]
This commit is contained in:
@@ -724,7 +724,8 @@ try
|
||||
$sMoreInfo = CMDBChange::GetCurrentUserName().', Web Service (CSV)';
|
||||
}
|
||||
CMDBObject::SetTrackInfo($sMoreInfo);
|
||||
|
||||
CMDBObject::SetTrackOrigin('csv-import.php');
|
||||
|
||||
$oMyChange = CMDBObject::GetCurrentChange();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user