major
nice-to-have
minor
#25217
Layout-Export führt zu invaliden Komponenten-Referenzen bei Referenzierung einer bestehenden Komponente
#25327
Modell-Editor: Falsche Kompositionsmarker, wenn Container-Typ in Diagramm von Content-Typ gezogen wird
enhancement
major
#25264
Layout-Editor: Bearbeitbarkeit von Formularen und Grids steuern
- Custom executability rules for editing grids and forms.
- Control the editability of grid rows.
- Custom create handlers in grids instead of the default create handler, which cannot be customized if, for example, the created object still needs to be linked to a context object.
Code Migration
Deprecations:
- com.top_logic.tool.execution.ExecutableState.ExecutableState(int, ResKey)
- -> com.top_logic.tool.execution.ExecutableState.ExecutableState(CommandVisibility, ResKey)
- com.top_logic.tool.execution.ExecutableState.VISIBILITY_VISIBLE
- -> com.top_logic.tool.execution.ExecutableState.EXECUTABLE or com.top_logic.tool.execution.ExecutableState.CommandVisibility.VISIBLE
- com.top_logic.tool.execution.ExecutableState.VISIBILITY_DISABLED
- -> com.top_logic.tool.execution.ExecutableState.createDisabledState(ResKey) or com.top_logic.tool.execution.ExecutableState.CommandVisibility.DISABLED
- com.top_logic.tool.execution.ExecutableState.VISIBILITY_HIDDEN
- -> com.top_logic.tool.execution.ExecutableState.NOT_EXEC_HIDDEN or com.top_logic.tool.execution.ExecutableState.CommandVisibility.HIDDEN
Test
- "Editable" options in grids and forms.
- Configuring a grid create handler.
- Configuring a grid apply operation and its executability.