mistral/releasenotes/notes/fix_has_next_tasks_field_calculation-5717f93d7adcd9b0.yaml
Renat Akhmerov a477fe49cd Fix how "has_next_tasks" is calculated for task executions
* There was a weird typo in the list generator expression made in
  https://review.opendev.org/#/c/652575 that led to calculating
  a field value in the wrong way. Fixed. The added test was
  previously failing.

Closes-Bug: #1829841

Change-Id: I6b8ea8dfa623acbb56f649630ddee62e43d484eb
2019-05-21 17:24:52 +07:00

8 lines
237 B
YAML

---
fixes:
- |
There was a weird typo in the list generator expression made in
https://review.opendev.org/#/c/652575 that led to calculating
a field value in the wrong way. Fixed. The added test was
previously failing.