Skip to content

v3.0.0a1: 3.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@open-dynaMIX open-dynaMIX released this 06 Nov 08:56

Feature

  • allow skipping of work items (e84f936)
  • add status_skipped to possible workitem states (c3d99bc)
  • switch main license to GPL-3.0-or-later (978f18a)
  • implement dynamic data source (63ffe86)

Fix

  • add user and group to dynamic option (ba89f88)
  • raise a 401 if user is not logged in (1b5851c)
  • add question to validate_answer_value method (3667e3d)
  • fix DynamicOption model (35935dd)
  • do not return questions multiple times (ec28595)
  • remove dynamicoptionSet form schema (0391c04)
  • reintroduce ordering by deadline on work items (fed67da)
  • fix ordering by question value (1dcec88)
  • revert dynamic data source (85fab68)
  • validate requiredness recursively for subforms (844b914)
  • do not validate hidden questions (1fb7bd5)

Breaking

  • Add the parameter question to the validate_answer_valuemethod and add a new lookup to check if a dynamic_option already exists. (3667e3d)
  • The value field on the DynamicOption model is renamed to slug and not optional anymore. (35935dd)
  • The optional answer_value parameter for the DataSource.get_data() method was reverted. (85fab68)

Documentation