# Version 9.1.202 (15 December 2025)

#### **Performance Management**

##### Add missing template migration file (#138767)

**Problem**

- Migration file not generated for template changes

**Solution**

- Add missing translation file

---

#### **Ruleset Management**

##### Resolve position of dropdown menu (#137794)

**Problem**

- Communication portal new menu is bit high in which the first item can not be seen

**Solution**

- Add a change to shift the menu a bit down in the case where it is rendered in the footer

##### Improve URL input sanitisation and validation (#124124)

**Solution**

- Replaced SingleOrDefault with FirstOrDefault in Ruleset.cs for registration field lookup.
- Removed \[Url\] attribute from RulesetSystemAccessViewModel properties.
- Updated \_RulesetSystemAccess.cshtml to use for URL fields and adjusted min value for DaysActiveForRegisteredUsers.
- Set default sanitizedValue to string.Empty in ValidationActionFilterAttribute.
- Minor formatting fix in ValidationService.cs.

---

#### **Data Warehouse**

##### Added new Registration fields within jpJobProfiles, jpOrganisationalNodes and accRulesets (#138087)

**Problem**

- New Registration fields need to be added to the DWH

**Solution**

- Added new fields AvailableForRegistration, DisclaimerAcceptanceMessage, DisclaimerMessage, ShowNotificationAtLogin and ShowNotificationAtRegistration within jpJobProfiles
- Added new fields AvailableForRegistration within jpOrganisationalNodes
- Added new fields DaysActiveForRegisteredUsers and EnableRegistrationApproval within accRulesets

---