#1295: HistoryUserCommentSupport.kt
projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/entities/HistoryUserCommentSupport.kt Marker Interface, projectforge-business/src/main/kotlin/org/projectforge/framework/persistence/entities/HistoryUserCommentSupport.kt 32 lines · 2 code · 28 comments · 2 blank
Marker interface for DO classes whose edit pages should display a comment text field. The user's comment is then attached to the history entry created for the edit operation. Implemented by entities like users and groups (e.g., UserPagesRest).
Git History
868d6abb7 2025 -> 2026
f02617502 HistoryEntry.jsx: diffSummary, edit user comment.
aec1e30ab History supports now user comments.