mistral/releasenotes/notes/fix_task_function-04b83ada20a71f12.yaml
Renat Akhmerov b0829f943b Fix an expression context for all_errors_handled()
* "__task_execution" wasn't included in this case into the
  expression data context so the function task() didn't work
  properly

Change-Id: I3cacae90f9031d09a5e6d8153d728ddc01e1bb21
Closes-Bug: #1823875
2019-04-10 11:49:48 +07:00

7 lines
222 B
YAML

---
fixes:
- |
"__task_execution" wasn't always included into the expression data
context so the function task() didn't work properly.
Fixes [`bug 1823875 <https://bugs.launchpad.net/mistral/+bug/1823875>`_]