Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- **Form builder save logic factored into a standalone helper.**
`form_builder_save`'s create/update logic for `FormDefinition` and its
`FormField`s now lives in `save_form_definition_from_builder_data()`,
mirroring the existing `convert_visual_to_workflow` split already used by
the workflow builder. Makes the logic callable (and unit-testable)
independently of the `@staff_member_required`-decorated HTTP view — no
behavior or API change.

## [0.76.0] - 2026-06-09

### Removed
Expand Down
Loading
Loading