Opened 12 years ago
Last modified 12 years ago
#1754 closed defect
Changes to numerical fields are not correctly logged in change history — at Initial Version
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.2.3 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
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.
Note:
See TracTickets
for help on using tickets.