Dan Haywood created ISIS-1458:
---------------------------------
Summary: Possible incomplete auditing for "non-trivial" updates
Key: ISIS-1458
URL: https://issues.apache.org/jira/browse/ISIS-1458
Project: Isis
Issue Type: Bug
Components: Core
Affects Versions: 1.12.2
Reporter: Dan Haywood
Assignee: Dan Haywood
Fix For: 1.13.0
If object modified twice in a transaction, then auditing only picks up changes
to first properties modified.
for example, suppose first time an object is modified its properties
"firstName" and "lastName" are updated; then later on suppose that
"cityOfBirth", "lastName" and "age" are updated.
The auditing would not report the changes to "age" because it quits out of
capturing pre-values as soon as "lastName" is encountered in the second update.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)