fix(goal): enforce user permission in tree view [frappe] PR#4654

From: https://github.com/frappe/hrms/pull/4654
Date: 2026-06-05 18:18:18+05:30

  • fix(goal): replace query builder with get_list to apply permission in goal tree view



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-4654

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-4654

# Make changes then rebase
git rebase -i develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease

Merge request reports

Loading