# Version 9.1.260 (28 Spetember 2026)

#### **Imports**

##### Added Payroll connector and frequency name to master data (#155755)

**Problem**

- Oversight on CR for master data on multiple pay roll connectors, have to save a connector id with the master data item

**Solution**

- Add Payroll connector ID
- Add frequency and frequency name split

---

#### **People Management**

##### Increase width of user selection drop-down on user merge modal (#156045)

**Problem**

- The search field is small and cannot display long names and Users properly.

**Solution**

- Made the drop-down wider to accommodate longer names.

---

#### **Ruleset Management**

##### Add more bustable methods to the gRPC cache (#152420)

**Solution**

- Add more bustable methods to the gRPC methods

---

#### **HR Processes**

##### Change from Enum Type to int value over query sending (#151556)

**Problem**

- Enum value type was sent over as a query param, and in some cases it threw a 501 within gRPC, meaning the value could not be mapped

**Solution**

- Added a change to send the int ID value and then map it back to the enum type

---

#### **Data Warehouse**

##### Implemented fixes/improvements for StudentSubjects and TermResults calculations (#156192)

**Problem**

- Fixes and improvements need to be implemented for calculations with StudentSubjects and TermResults

**Solution**

- Implemented fixes/improvements for StudentSubjects and TermResults calculations

---

#### **Performance Management**

##### Copy Lock Access settings over for create from another (#156229)

**Problem**

- When copying a contract over from another person, access lock settings is not copied over

**Solution**

- Add lock settings to copy over
- Correct display order on the rating scales

---