From 64264eb7ed595017a2ca9d2cedf1aeb006456a6a Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Mon, 15 May 2023 10:42:58 +0200 Subject: [PATCH] Move event declaration where the object is defined (Fix undefined constant) --- application/datamodel.application.xml | 17 ++++++++++++++ .../datamodel.itop-structure.xml | 22 ------------------- 2 files changed, 17 insertions(+), 22 deletions(-) diff --git a/application/datamodel.application.xml b/application/datamodel.application.xml index 20916b9b2..ad3324e9c 100644 --- a/application/datamodel.application.xml +++ b/application/datamodel.application.xml @@ -488,6 +488,23 @@ + + A document has been downloaded from the GUI + + + The object containing the document + DBObject + + + The document downloaded + ormDocument + + + Debug string + string + + + Inform the listeners about the connection states diff --git a/datamodels/2.x/itop-structure/datamodel.itop-structure.xml b/datamodels/2.x/itop-structure/datamodel.itop-structure.xml index 12f1f5f56..2c58d5507 100644 --- a/datamodels/2.x/itop-structure/datamodel.itop-structure.xml +++ b/datamodels/2.x/itop-structure/datamodel.itop-structure.xml @@ -1853,28 +1853,6 @@ - - - A document has been downloaded from the GUI - - Document - - - - The object containing the document - DBObject - - - The document downloaded - ormDocument - - - Debug string - string - - - - 70