# Version 9.1.232.2 & 9.1.232.3 (Support Release - 2 June 2026)

#### **Communication Portal** 

##### Fixing incorrect join (#150862)

**Problem**

- Query joins the user table with HrProcessRequestApprovalFiles table, userid = username

**Solution**

- Fix the join so that it is done on username to username

---

#### **People Management**

##### Fixing 0px width on modal data table (#150848)

**Problem**

- Table headings are rendered in a 0px-wide div. This causes them to become unreadable.

**Solution**

- Recalculate the data table width after loading data to prevent this issue from occurring.

Add materialise interaction for new user created (#150725)

Problem

When a new user registers or is created, they are not added to the all people group

Solution

Call the materialisation service for the new user to be added to all people

---