Skip to content

Commit

Permalink
Merge pull request #2104 from frappe/mergify/bp/version-14-hotfix/pr-…
Browse files Browse the repository at this point in the history
…2103

fix(Employee Grievance): fix perms for Reports To field (backport #2103)
  • Loading branch information
krantheman committed Aug 21, 2024
2 parents e79fef6 + 5ce0292 commit ae9b86b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hrms/hr/doctype/employee_grievance/employee_grievance.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
"fetch_from": "raised_by.reports_to",
"fieldname": "reports_to",
"fieldtype": "Link",
"ignore_user_permissions": 1,
"label": "Reports To",
"options": "Employee",
"read_only": 1
Expand Down Expand Up @@ -202,7 +203,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2023-11-28 16:27:28.626837",
"modified": "2024-08-21 15:46:21.711485",
"modified_by": "Administrator",
"module": "HR",
"name": "Employee Grievance",
Expand Down Expand Up @@ -271,4 +272,4 @@
"states": [],
"title_field": "subject",
"track_changes": 1
}
}

0 comments on commit ae9b86b

Please sign in to comment.