Releases: projectcaluma/caluma
Releases · projectcaluma/caluma
v8.0.0-beta.17
v8.0.0-beta.16
v8.0.0-beta.15
Feature
- flow: Allow flows to not have tasks in next if redoable is given (
867b796
) - reopen case: Allow reopening child cases of ready work items (
e073cad
) - workflow: Add is_redoable property to work item schema (
709965d
) - workflow: Add search answer filter to work item filters (
0ceb2c6
) - caluma: Add new work item order key (
a794211
)
Fix
- redo: Fix workflow of work items in status redo (
abbdb92
) - analytics: Handle None and ignore 0 in summary (
d5c9669
)
Breaking
v8.0.0-beta.14
v8.0.0-beta.13
v8.0.0-beta.12
Feature
- workflow: Add ids filter to case (
89b70ec
) - form: Multiple files in file questions (
4600ed0
) - core: Allow input type override (
215cdb7
) - Searchanswers in forms (
6a75f17
)
Fix
- form: Fix and test search_answers (
371a4f0
) - analytics: Provide more correct supported functions in analytics (
2130f34
) - log: Minio stat errors shouldn't be errors (
701bafc
) - workflow: Remove and fix ordering keys (
409e54f
) - schema: Reopen case schema clarification (
6153b45
)
Breaking
- This renames the question type constant for file questions, and changes the
semantics of the answer value for file questions as well: It is now a list of
dicts instead of a single string. The response type for querying file(s) answers
now also is a list instead of a single dict. (4600ed0
)
v8.0.0-beta.11
v8.0.0-beta.9
Fix
- document: Copy dynamic options when copying documents (
67910d9
) - ReopenCase should disregard WorkItems in status REDO (
dded3a8
) - deps: Update dependencies of dependencies (
e3a5de3
) - form: Set questions of searchAnswers as required (
fb7ad5f
)
Breaking
- searchAnswers questions list is now required (
fb7ad5f
)
v8.0.0-beta.10
Fix
- document: Fix label of copied dynamic options (
00383fc
)
v8.0.0-beta.8
Fix
- default answer: Don't set document when copying default answers (
7b5ce74
)