# Version 9.1.215.3 (Support Release - 11 March 2026)

#### **Performance Management**

##### Ensure Bulk Recalculation Errors are properly logged, and the batch status is correctly updated (#144245)

**Problem**

- When bulk recalculations fail due to an unhandled exception, the batch status remains unprocessed, and the items don't indicate the failure.

**Solution**

- Ensure bulk recalculation failures are properly logged and status updated.
- Also had to change how the datatables are destroyed/cleared, which has changed with the latest versions.

---

#### **Learning Management**

##### Resolve TinyMCE warning displayed and editor disabled on absent notification email modal (#146211)

**Problem**

- When trying to send absent notifications, a warning is displayed, and the tinymce editor is displayed.

**Solution**

- Explicitly state the GPL licence key usage on the React editor component.

---