mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
N°9617 - Send events on data export for traceability
This commit is contained in:
@@ -519,7 +519,7 @@ Call $this->AddInitialAttributeFlags($sAttCode, $iFlags) for all the initial att
|
|||||||
</event_datum>
|
</event_datum>
|
||||||
</event_data>
|
</event_data>
|
||||||
</event>
|
</event>
|
||||||
<event id="EVENT_DB_TRACEABILITY" _delta="define">
|
<event id="EVENT_DATA_EXPORT" _delta="define">
|
||||||
<name>Object details read from outside iTop</name>
|
<name>Object details read from outside iTop</name>
|
||||||
<description><![CDATA[An object details has been read during an export]]></description>
|
<description><![CDATA[An object details has been read during an export]]></description>
|
||||||
<sources>
|
<sources>
|
||||||
@@ -530,6 +530,10 @@ Call $this->AddInitialAttributeFlags($sAttCode, $iFlags) for all the initial att
|
|||||||
<description>The object unarchived</description>
|
<description>The object unarchived</description>
|
||||||
<type>DBObject</type>
|
<type>DBObject</type>
|
||||||
</event_datum>
|
</event_datum>
|
||||||
|
<event_datum id="attributes">
|
||||||
|
<description>Attribute codes exposed (empty means all attributes)</description>
|
||||||
|
<type>array</type>
|
||||||
|
</event_datum>
|
||||||
<event_datum id="debug_info">
|
<event_datum id="debug_info">
|
||||||
<description>Debug string</description>
|
<description>Debug string</description>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
|
|||||||
Reference in New Issue
Block a user