#2080: HistoryEntryUserCommentModalRest.kt
projectforge-rest/src/main/kotlin/org/projectforge/rest/HistoryEntryUserCommentModalRest.kt REST Controller, projectforge-rest/src/main/kotlin/org/projectforge/rest/HistoryEntryUserCommentModalRest.kt (139 lines) 139 lines · 97 code · 31 comments · 11 blank
Source file: HistoryEntryUserCommentModalRest.kt - rest controller in ProjectForge REST module.
Architecture Analysis
Resides in projectforge-rest, the JAX-RS REST API layer consumed by the React frontend. Typically annotated with @Service, managed by the Spring IoC container with dependency injection.
Git History
| Commit | What changed |
|---|
868d6abb75 | 2025 -> 2026 |
b8c7cc6df6 | Date and numeric filter in AG grid. |
3808112aa5 | t_pf_history.user_comment varchar(2000) -> varchar(10000) HistoryService: appendUserComment adds now time stamp to the appended comment and the user (if different from modified-by-user). |
749bdd1cda | HistoryEntry: the user is now able to append user comments to the history entries. |