#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:
Denis Flaven
2014-07-01 14:09:18 +00:00
parent ede552968b
commit 008cac25b4
9 changed files with 90 additions and 9 deletions

View File

@@ -75,6 +75,7 @@ else
if ($_SERVER["REQUEST_METHOD"] == "POST")
{
CMDBObject::SetTrackOrigin('webservice-soap');
$oSoapServer->handle();
}
else