Skip to content

Releases: mendix/AuditTrailModule

Mendix 9 ready

21 Dec 13:50
451be35

Choose a tag to compare

  • Updated Mendix framework to 8.12.0, which is Mendix 9 compatible;
  • Removed/rewrote deprecated code;
  • Updated format string widget to be compatible with Mendix 8 and 9 (Ticket 108303);
  • Using Atlas UI is now mandatory.

NPE begone!

04 Aug 07:39

Choose a tag to compare

Module configuration is now done through constants with the same name as each of the attributes in the Configuration non-persistable entity. Note that this entity has since been removed. The effects of each constant is equal to that of the original NPE attribute. This allows maintaining the same functionality over reinstalls or upgrades of this module. (Ticket 82048)

Fix NullPointerException when there is no admin account in the database when logging a system action. In these scenarios, we log the action as performed by “[unknown]“. (Ticket 77281)

Improved reference logs

15 Jul 14:32
b74de58

Choose a tag to compare

Audit Trail now logs references and reference sets differently from regular attributes. Each referenced object is logged indicating if it has been added, deleted or unchanged with all of its primitive members. Displaying changes of references will now display this structured representation for new logs.

Old logs containing references (those that are purely textual) remain untouched.

7.4.0

03 Oct 09:20
2f5179d

Choose a tag to compare

  • Update the module to Mendix 7.23.8
  • Fix a bug to log a delete object when there are no attribute changes

App Store release v7.3.0

27 May 08:18
52e903f

Choose a tag to compare

Removed usages of deprecated APIs.

App Store release v7.2.0

20 Sep 14:25

Choose a tag to compare

Added a fix to correctly handle the Reference Set the Mendix runtime returns.

App Store release v7.1.0

28 Aug 09:59

Choose a tag to compare

Fixed issue with calculated attributes in combination with the context of the current user.