# Version 9.1.147 (24 February 2025)

#### **Performance Management**

##### The evaluation Period drop down is emptied when you save/reload (#124214)

**Problem**

- The new Evaluation Period field is cleared every time the page reloads, even after saving

**Solution**

- Ensure the values are saved correctly even when reloading the screen

##### Inactive Rating Scale item still taken into account (#127347)

**Problem**

- When you configure the PM module with a rating scale of 5, for example, and the 5th rating is disabled, the PM calculation still includes the disabled rating.

**Solution**

- Disable the Active toggles when anyone has started rating - same as the delete rule
- Add a tooltip on the disabled Active 
    - This rating value is already in use by some agreements
- Also, disable the *Click to add another item*
- When a rating value has not yet been used and you make the item inactive, then this should not reflect as an option on the agreement when rating

---

#### **Notifications**

##### Schedule Setup: Able to save monthly (days of the week schedule) without specifying Weeks and Days (#86006)

**Problem**

- When selecting monthly as a schedule type the "Choose Weeks" and "Choose days" dropdowns did not show. Also validation issues

**Solution**

- Issue in the code that did not call correctly on the change event, so a fix for that has been implemented.
- Also added the requested validation styling on dropdowns

##### Email sent when new ruleset is created contains Reset OTP placeholder instead of actual OTP (#128113)

<div id="bkmrk-problem-3">**Problem**</div><div id="bkmrk-user-authentication-">- User authentication and user forgot password used the incorrect placeholder's name for "ResetOTP"

</div><div id="bkmrk--1"></div><div id="bkmrk-solution-3">**Solution**</div><div id="bkmrk-ensure-that-those-ev">- Ensure that those events use the correct placeholder's name.

</div>---