You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add approval history privacy, fix template heading, clone workflows
- Template: 'Approval History' is always the section heading; workflow
name_label is used in stage card headers instead of 'Stage N'
- Privacy: add hide_approval_history field to WorkflowDefinition. When
enabled, submitters see only the final decision (approved/rejected/
under review) — approvers and admins still see full history.
- Clone: both admin action and form builder API now clone workflows,
stages, and stage approval groups when duplicating a form.
- Migration 0047_add_hide_approval_history
- Bump version to 0.24.0
help_text="When enabled, the submitter will not see approval history or individual approval steps — only the final decision (approved / rejected) is shown. Approvers and admins can still see the full history.",
0 commit comments