Move event declaration where the object is defined (Fix undefined constant)

This commit is contained in:
Eric Espie
2023-05-15 10:42:58 +02:00
parent 940118967c
commit 64264eb7ed
2 changed files with 17 additions and 22 deletions

View File

@@ -488,6 +488,23 @@
</event_datum>
</event_data>
</event>
<event id="EVENT_DOWNLOAD_DOCUMENT" _delta="define">
<description>A document has been downloaded from the GUI</description>
<event_data>
<event_datum id="object">
<description>The object containing the document</description>
<type>DBObject</type>
</event_datum>
<event_datum id="document">
<description>The document downloaded</description>
<type>ormDocument</type>
</event_datum>
<event_datum id="debug_info">
<description>Debug string</description>
<type>string</type>
</event_datum>
</event_data>
</event>
<event id="EVENT_LOGIN" _delta="define">
<description>Inform the listeners about the connection states</description>
<event_data>