Skip to content

Releases: opensensor/django-forms-workflows

Release v0.37.9

26 Mar 22:00

Choose a tag to compare

🤖 AI-Generated Changelog

Added

  • Introduced the ability to discard a draft submission, allowing users to delete an in-progress draft and start fresh

🔗 Full Changelog: v0.37.8...v0.37.9

Release v0.37.8

26 Mar 21:48

Choose a tag to compare

🤖 AI-Generated Changelog

Fixed

  • Resolved CSRF token not being included in form data submissions, preventing potential form rejection errors
  • Save Draft action no longer enforces required-field validation, allowing users to save incomplete drafts without errors

🔗 Full Changelog: v0.37.7...v0.37.8

Release v0.37.7

26 Mar 21:31

Choose a tag to compare

🤖 AI-Generated Changelog

Fixed

  • Resolved an issue where members of admin_groups could not see submissions in list views

🔗 Full Changelog: v0.37.6...v0.37.7

Release v0.37.6

26 Mar 21:25

Choose a tag to compare

🤖 AI-Generated Changelog

Fixed

  • Removed duplicate cloud icon that appeared during auto-save
  • Save Draft now correctly bypasses required field validation, allowing incomplete drafts to be saved

🔗 Full Changelog: v0.37.5...v0.37.6

Release v0.37.5

26 Mar 21:06

Choose a tag to compare

🤖 AI-Generated Changelog

Fixed

  • Resolved a server error (HTTP 500) that occurred during auto-save when form data was missing from the record creation defaults

🔗 Full Changelog: v0.37.4...v0.37.5

Release v0.37.4

26 Mar 20:55

Choose a tag to compare

🤖 AI-Generated Changelog

Fixed

  • Resolved an auto-save error (404) caused by a hardcoded /forms/ URL prefix, ensuring auto-save works correctly regardless of URL configuration

🔗 Full Changelog: v0.37.3...v0.37.4

Release v0.37.3

26 Mar 20:45

Choose a tag to compare

🤖 AI-Generated Changelog

Fixed

  • Corrected the Approval History cross-tab badge to accurately reflect the actual page count instead of showing an out-of-sync value

🔗 Full Changelog: v0.37.2...v0.37.3

Release v0.37.2

26 Mar 20:29

Choose a tag to compare

🤖 AI-Generated Changelog

Fixed

  • Pending approval tasks are now correctly included in the Approval History view, ensuring users can see all approval activity regardless of task status

🔗 Full Changelog: v0.37.1...v0.37.2

Release v0.37.1

26 Mar 20:07

Choose a tag to compare

🤖 AI-Generated Changelog

Fixed

  • Resolved an issue where reviewer groups were incorrectly displayed in the Approval History for forms with zero approval steps

🔗 Full Changelog: v0.37.0...v0.37.1

Release v0.37.0

26 Mar 19:58

Choose a tag to compare

🤖 AI-Generated Changelog

Added

  • Support for reviewer_groups permission level on FormDefinition, allowing groups to be assigned reviewer access to forms

🔗 Full Changelog: v0.36.5...v0.37.0