#2268: MassUpdateParameter.kt

projectforge-rest/src/main/kotlin/org/projectforge/rest/multiselect/MassUpdateParameter.kt Data Class, projectforge-rest/src/main/kotlin/org/projectforge/rest/multiselect/MassUpdateParameter.kt (124 lines) 124 lines · 63 code · 48 comments · 13 blank
Source file: MassUpdateParameter.kt - data class in ProjectForge REST module.

Architecture Analysis

Resides in projectforge-rest, the JAX-RS REST API layer consumed by the React frontend. Implemented as a Kotlin data class with concise property declarations and auto-generated equals/hashCode/toString.

Git History

CommitWhat changed
868d6abb752025 -> 2026
9674eeab43Mass update improved: description of which fields were changed to excel file in user's data transfer box.
63081666f6Source file headers: 2024-> 2025.
87dd5b87c3AuftragsCache refactored, migration stuff... (all tests OK)
4c04cfd652MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
b6092df092Copyright 2023 -> 2024
ab45d51fa4Copyright 2001-2022 -> 2001-2023.
747b3056d1React migration of project list including mass update finished.
f55d191f47MassUpdate: Parameter validation fixed. Excel-Download works now.
88525670d2MassUpdateParameter.hasAction fixed.
120458d2aaMass-update: fix for text modification.
2a39cb7c49WIP: mass update
1588f54fccWIP: mass update
e43feb8d07WIP: mass update
a4ac8afd59WIP: mass update
92304d1aa4WIP: mass update. Checkbox fixed (if id contains '.').
f9beab360bWIP: AG-Grid, multi-selection
71cf81172aWIP: AG-Grid, multi-selection
11930a7082WIP: AG-Grid, multi-selection. UIRow supports now any UIElement as child (for row of objects).