Audittrail

Content Type: Module
Categories: Tracing

Overview

This module ensures tracking of the changes made in the system. We support 2 major versions of this module:
  • Version 9 is compatible with Atlas UI 3. It is available in Mendix 9.18.4 and higher. It should be used for new apps created with Mendix 9 and higher.
  • Version 8 is compatible with Atlas UI 2. It can be used in Mendix 8.

Documentation

Please see Audit Trail in the Mendix documentation for details.

Releases

Version: 10.1.0
Framework Version: 10.21.0
Release Notes: We upgraded the module to Mendix version 10.21.0 to make it compatible with future versions of Mendix We removed usages of deprecated methods in `com.mendix.core.Core` from the implementation
Version: 10.0.1
Framework Version: 10.18.0
Release Notes: We fixed an issue where logging an object that specializes System.User with no association to AuditTrail.Log entity still created logs but using the wrong association. This now results in an error. We fixed an issue where logging an object that specializes System.User with an association to AuditTrail.Log entity resulted in the wrong author was being logged. (Ticket 238696) We updated the HTML Element widget dependency to version 1.2.2
Version: 10.0.0
Framework Version: 10.18.0
Release Notes: We upgraded the module to Mendix version 10.18.0 to make it compatible with future versions of Mendix
Version: 9.1.6
Framework Version: 9.18.4
Release Notes: We updated the HTML Element widget dependency to version 1.2.2
Version: 9.1.5
Framework Version: 9.18.4
Release Notes: ### Security We updated the HTML Element widget to version 1.2.1, which uses DOMPurify version 2.5.6 to prevent a cross-site scripting vulnerability.
Version: 9.1.4
Framework Version: 9.18.4
Release Notes: We replaced the deprecated Format String widget with the HTML Element widget. (Ticket 217759)
Version: 9.1.3
Framework Version: 9.18.4
Release Notes: We fixed an issue where the session timezone would be changed after call to "AuditTrail.BCo_AudittrailSuperClass" microflow (Ticket 214500).
Version: 9.1.0
Framework Version: 9.18.4
Release Notes: We upgraded the module to Mendix version 9.18.4 to make it compatible with future versions of Mendix
Version: 9.0.3
Framework Version: 9.0.5
Release Notes: We now log all attributes of a deleted object even if 'IncludeOnlyChangedAttributes' is set to True. Before, no attributes would be logged on deletion.
Version: 9.0.2
Framework Version: 9.0.5
Release Notes: We fixed the issue where unchanged attributes of type Decimal would appear as changed in the log (Ticket 155136). We fixed the issue where setting LogSessionTimeZoneDateNotation flag to True would not affect logging (Ticket 104234). We fixed the issue where server timezone would be marked as UTC even if the setting for server time zone is different (Ticket 104234). We fixed the issue where creating a log for a reference would fail for users with no access to the association (Github issue #33).