Opened 12 years ago
Last modified 12 years ago
#1754 closed defect
Changes to numerical fields are not correctly logged in change history — at Version 1
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.
See also #1753 for more info.
Note:
See TracTickets
for help on using tickets.