# Version 9.1.238 (15 June 2026)

#### **People Management**

##### Resolve bug where reporting lines are not updated from the profile Summary Section (#151683)

**Problem**

- Changing user reporting lines from the Summary Tab does not persist changes.

**Solution**

- Moved check that determines if reporting lines have changed to the row click handler for the reporting line selection to ensure the flag gets set correctly.

##### Remove leading and trailing whitespaces from username when creating or updating a user (#149383)

**Problem**

- Users can be created with usernames containing leading and trailing spaces (copy-paste issues), resulting in duplicate users, which can cause sync issues

**Solution**

- Ensure that when ensures are created or edited, trim the username to ensure no leading or trailing spaces

##### Resolve the issue where no managers displayed when adding a new person. Fix paging and add name, surname sorting to employee modal (#151299)

**Problem**

- Manage modal did not display managers from
- Add Person function
- Manager modal paging and sorting were not correct

**Solution**

- Display managers when adding a new person
- Fix sorting and paging

---

#### **Imports**

##### Auto-populate the Talent Manager with the Line manager's details (#151532)

**Problem**

- Request: Auto-populate the Talent Manager with the Line manager's details

**Solution**

- Ammend CustomUserImportSteps SP to auto-populate the Talent Manager with the Line manager's details

---

#### **Report Builder**

##### Add a check for existing report roles before adding or removing (#151294)

**Problem**

- After saving an initial report role list for a user, a subsequent update to the list throws an error.

**Solution**

- Add a check for existing report roles before adding or removing

---