# Version 9.1.232.4 (Support Release - 3 June 2026)

#### **Performance Management**

##### Corrected view subordinate button no longer displaying on dashboard (#148720)

**Problem**

- On the Manager Dashboard, the View Subordinates button was no longer displaying for employees who are managers.

**Solution**

- Corrected dashboard query that was incorrectly determining subordinate count by looking at the current user's manager instead of the current user's reportees.

---

#### **System Access**

##### Ensure the provider is set for support login (#148127)

**Problem**

- Provider not available in support login, causing an incorrect redirect on challenge

**Solution**

- Add a hidden provider input and update client-side submit logic to populate it from the clicked submitter so the provider value is consistently sent with the form.
- Also, add a server-side fallback in OnPostAsync to default the provider to Microsoft when none is provided.
- This ensures the provider is always available for processing (covers cases with/without JS and relies on submitter value when multiple provider buttons exist).

---