v15.58.3

frappe/hrmsv15.58.3Mar 12, 2026by frappe-pr-bot

AI Summary

Prevents access to other employees' information in Employee Self-Service views by ensuring data loads only for the currently logged-in employee.

Key Highlights

  • Isolates data for the currently logged-in employee
  • Prevents access to other employees' attendance, shifts, and leave balances

Full Release Notes

## What's Changed
* Attendance calendar, shifts, leave balance, expense claim summary, and advance balance now always load data for the currently logged-in employee, preventing access to other employees’ information. (https://github.com/frappe/hrms/pull/4213)


**Full Changelog**: https://github.com/frappe/hrms/compare/v15.58.2...v15.58.3
**Authors**: @sudarsan2001, @asmitahase, @iamkhanraheel
**Reviewers**: @asmitahase

<details>
<summary>AI content</summary>

 For these release notes, we used an LLM (OpenAI o3) to review and summarise the code changes, along with the associated issue and PR descriptions. It may contain typical errors and inaccuracies. You can read the prompt [here](https://github.com/barredterra/pretty_release_notes). 

Changes with the following labels were excluded:
- skip-release-notes

Changes with the following types were excluded:
- docs
 - chore
 - build
 - ci
 - style
 - test
 - refactor

</details>