mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
* refactor
* Add event AFTER_DISPLAY_PAGE
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
use Combodo\iTop\Service\Event;
|
||||
use Combodo\iTop\Service\EventService;
|
||||
use Combodo\iTop\Service\EventName;
|
||||
use Combodo\iTop\Core\MetaModel\FriendlyNameType;
|
||||
|
||||
@@ -5740,7 +5740,7 @@ abstract class DBObject implements iDisplay
|
||||
{
|
||||
$aEventSources[] = $sClass;
|
||||
}
|
||||
Event::FireEvent($sEvent, $aEventSources, $aEventData);
|
||||
EventService::FireEvent($sEvent, $aEventSources, $aEventData);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user