N°6670 - Fix EVENT_DOWNLOAD_DOCUMENT event XML declaration missing elements

This commit is contained in:
Molkobain
2023-08-22 16:11:59 +02:00
parent d79dacf8a3
commit c761364bed

View File

@@ -514,10 +514,18 @@
<description>The object containing the document</description>
<type>DBObject</type>
</event_datum>
<event_datum id="att_code">
<description>The optional object's attribute code hosting the document</description>
<type>string</type>
</event_datum>
<event_datum id="document">
<description>The document downloaded</description>
<type>ormDocument</type>
</event_datum>
<event_datum id="content_disposition">
<description>The content disposition of the document ("inline" or "attachment")</description>
<type>string</type>
</event_datum>
<event_datum id="debug_info">
<description>Debug string</description>
<type>string</type>