mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 20:48:46 +02:00
N°2163 DB*Tracked methods : modifications after review with Romain
Previous commit : 24eb82d1
Use \CMDBObject::SetTrackInfo
Move \CMDBObject::SetCurrentChange calls at the top most level of the stacks
Restore old behaviors that were removed in previous commit
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
namespace Combodo\iTop\Cas;
|
||||
|
||||
use AbstractLoginFSMExtension;
|
||||
use CMDBObject;
|
||||
use DBObjectSearch;
|
||||
use DBObjectSet;
|
||||
use Dict;
|
||||
@@ -185,6 +186,7 @@ class CASLoginExtension extends AbstractLoginFSMExtension implements iLogoutExte
|
||||
return;
|
||||
}
|
||||
|
||||
CMDBObject::SetTrackInfo('CAS/LDAP Synchro');
|
||||
$oUser = LoginWebPage::FindUser($sLogin, false);
|
||||
if ($oUser)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user