Opened 12 years ago
Closed 12 years ago
#1754 closed defect (fixed)
Changes to numerical fields are not correctly logged in change history
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.2.3 |
Component: | core | Version: | |
Keywords: | Cc: |
Description (last modified by )
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 (3)
comment:1 by , 12 years ago
Description: | modified (diff) |
---|
comment:2 by , 12 years ago
Description: | modified (diff) |
---|
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6271]) Fixes #1754: Changes to numerical fields are not correctly logged in change history