#2859: ConfigurationEditPage.java

projectforge-wicket/src/main/java/org/projectforge/web/admin/ConfigurationEditPage.java

Path: projectforge-wicket/src/main/java/org/projectforge/web/admin/ConfigurationEditPage.java · Type: Java Wicket component

Purpose: Part of the ProjectForge admin module.

Source: GitHub

112 lines total
CommitDateMessage
868d6abb2025 -> 2026
63081666Source file headers: 2024-> 2025.
4efcbd0fMigration stuff in progress...
b6092df0Copyright 2023 -> 2024
ab45d51fCopyright 2001-2022 -> 2001-2023.
5f7ef41bCopyright 2021 -> 2022
0ab100d2Configuration refactored (GlobalConfiguration not needed anymore). SEPA export should now erease unp
ceb63e8aSource code header: (C) 2001-2021.
7c79f192Copyright of source header -> 2020.
8d0def4eWicketSupport for Kotlin based SpringBeans improved.
dc4db8a8Workaround for Wicket-SpringBean issue: KotlinComponents and WicketSupport classes added as hot-fix
7cccf3beWicket menu restructured, mobile pages removed... Heavy in progress.
a5bbdca6Change logger to slf4j
9ebb8852Initial commit

What it does

Apache Wicket Wicket component. Extends AbstractEditPage<ConfigurationDO, ConfigurationEditForm, ConfigurationDao> i. Key methods: afterSaveOrUpdate(), getBaseDao(), newEditForm(), cancelSelection(), select(). Package: org.projectforge.web.admin. Patterns: overrides super.

Key takeaways