| Commit | Date | Message |
|---|
868d6abb | | 2025 -> 2026 |
b309e9be | | MailAttachments improved (effected BirthdayButler, Polls). E-Mail is sent automatically, if nightly |
63081666 | | Source file headers: 2024-> 2025. |
e4fac10b | | fix non critical i18n keys |
157139f0 | | Multiple changes for poll function |
cbb7e189 | | Answers not saving Fixed, CronJob NPE Fixed, |
4942c854 | | Migration stuff in progress... |
38e376a2 | | Merge commit 'f8c97b8b3d20fa403a197a5c4b4b5ca3c3bc825d' into mgc-remove |
b36310fe | | I18n Fixes |
f91b628f | | i18n_de Changes FAgroups to FAUser method |
REST controller extending
AbstractDTOPagesRest<PollDO. Exposes endpoints:newBaseDTO(),onBeforeMarkAsDeleted(),export(),changeStateToFinish(),onBeforeSaveOrUpdate(). Key methods:newBaseDTO(),onBeforeMarkAsDeleted(),getStandardEditPage(),export(),changeStateToFinish(). Package:org.projectforge.rest.poll. Patterns: REST controller, request mapping, dependency injection, DTO pages REST, companion object.