You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spp_programs/readme/HISTORY.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
### 19.0.2.0.11
2
+
3
+
- Fix `TypeError: 'NoneType' object is not iterable` when clicking **Enroll Eligible** on programs with at least 200 beneficiaries (async dispatch path)
4
+
- Mirror `get_beneficiaries` semantics in `_enroll_eligible_registrants_async`: when `state` is `None`, omit the state filter instead of crashing on `tuple(None)`
5
+
1
6
### 19.0.2.0.10
2
7
3
8
- Increase parallel-safe channel limits (cycle, eligibility_manager, program_manager) from 1 to 4
<li>Fix <ttclass="docutils literal">TypeError: 'NoneType' object is not iterable</tt> when clicking
664
+
<strong>Enroll Eligible</strong> on programs with at least 200 beneficiaries (async
665
+
dispatch path)</li>
666
+
<li>Mirror <ttclass="docutils literal">get_beneficiaries</tt> semantics in
667
+
<ttclass="docutils literal">_enroll_eligible_registrants_async</tt>: when <ttclass="docutils literal">state</tt> is <ttclass="docutils literal">None</tt>,
668
+
omit the state filter instead of crashing on <ttclass="docutils literal">tuple(None)</tt></li>
0 commit comments