Releases: projectcaluma/caluma
Releases · projectcaluma/caluma
v8.0.0-beta.27
Feature
- filters: Support word combinations in SearchAnswersFilter (
4c3e910
)
- workflow: Add case_document_forms filter to work item (
e351de3
)
v8.0.0-beta.26
v8.0.0-beta.26
Fix
- form: Fix validation in document validity graph (
6b859fa
)
v8.0.0-beta.25
This release provides a management command for recalculating calculated Answers that
contain values from TableQuestions
. Due to a bug, answers to calculated questions
were wrong under certain conditions, if they contained values from table rows. This
command recalculates all of them.
If you use CalculatedFloatQuestions
in your forms, it is advised to run this command:
python manage.py recalculate_calc_answers
Fix
- Replace faulty migration for calc answers with a command (
4a3e85c
)
v8.0.0-beta.24
WARNING: THIS RELEASE IS BROKEN, DO NOT USE IT!!!
Feature
- analytics: Add support for calculated questions (
196ab05
)
Fix
- Fix calc answer evaluation when adding new table rows (
cb668ba
)
- workflow: Emit post_create_work_item when redo is set to ready (
5e9744a
)
- analytics: Handle missing dates (
a06181a
)
- analytics: Properly quote expressions (
3ff7f36
)
v8.0.0-beta.23
Fix
- analytics: Fix form identifier; disable subform form (
94542ac
)
- Properly quote aliases - small additional fixes (
535c703
)
v8.0.0-beta.22
Feature
- analytics: Add support for form name extraction (
1df3f53
)
- Allow using client id as user for client-secret auth (
3e45c61
)
Fix
- Do not crash when django-extensions is missing (
6028be3
)
- analytics: Fix commandline output crash with certain aliases (
1839423
)
- analytics: Do not crash with more complex visibility layers (
71be082
)
- analytics: Do not output summary for simple tables (
34205cf
)
v8.0.0-beta.21
v8.0.0-beta.21 (17 November 2022)
Feature
- data_source: Add question and context arguments for data sources (
cb2739e
)
Breaking
- The method
get_data
on data sources receives two new arguments question
(caluma question model) and context
(dict). The method validate_answer_value
on data sources receives a new argument context
(dict). (cb2739e
)
v8.0.0-beta.20
Feature
- workflow: Include family field on case schema model (
aea98f9
)
- filters: Add
visibleInDocument
-filter for questions (9f5caa2
)
- analytics: Enable reordering of analytics fields (
59eadbc
)
Fix
- Fix breaking change introduced in 59eadbc (
34be9bf
)
- Remove order_by in field_ordering, refactor test (
121a433
)
v8.0.0-beta.19
Fix
- deps: Pin graphene-django to v3.0.0b7 (
3efc320
)
v8.0.0-beta.18
Feature
- analytics: Provide option labels (
d1f7a38
)
- cases: Add filter to exclude child cases (
dd58f6c
)