Opened 11 years ago

Last modified 11 years ago

#1754 closed defect

Changes to numerical fields are not correctly logged in change history — at Version 2

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 3.2.3
Component: core Version:
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

There is a bug in the EntityDetails.getModifiedProperties() method which causes it to ignore changes to some numerical columns when generating the text for the "Change info" column.

The reason is that several numerical column types in Hibernate are subclasses of the VersionType class.

A simple test case is to create an Array design and then change the "Arrays / slide" value. A new UPDATE entry is logged but there is no information in the "Change info" column.

See also #1753 for more info.

Change History (2)

comment:1 by Nicklas Nordborg, 11 years ago

Description: modified (diff)

comment:2 by Nicklas Nordborg, 11 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.