mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
Changed event name to DISPLAY_OBJECT_DETAILS
This commit is contained in:
@@ -29,8 +29,8 @@ class EventName
|
||||
const BEFORE_APPLY_STIMULUS = 'BeforeApplyStimulus';
|
||||
const AFTER_APPLY_STIMULUS = 'AfterApplyStimulus';
|
||||
const ON_CHECK_TO_WRITE = 'OnCheckToWrite';
|
||||
const ON_CHECK_TO_DELETE = 'OnCheckToDelete';
|
||||
const OBJECT_DETAILS = 'ObjectDetails';
|
||||
const ON_CHECK_TO_DELETE = 'OnCheckToDelete';
|
||||
const DISPLAY_OBJECT_DETAILS = 'DisplayObjectDetails';
|
||||
|
||||
// Application
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user