#1297: DisplayHistoryEntryAttr.kt
projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/history/DisplayHistoryEntryAttr.kt UI History Attribute Model, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/history/DisplayHistoryEntryAttr.kt 56 lines · 31 code · 22 comments · 3 blank
Frontend-facing model for a single property change within a history entry. Contains the attribute ID, operation type (with translated display string), property name, translated display property name (via I18n), and formatted old/new values. Created from HistoryEntryAttrDO via the static create() factory method.
Git History
868d6abb7 2025 -> 2026
146694df2 DisplayHistory: minor improvements.
63081666f Source file headers: 2024-> 2025.
18bf92219 WIP: History entries handling.
bbc198d03 Migration stuff in progress...