Skip to content

Commit

Permalink
fix: Employee role perms for Employee Grievance and Grievance Type (#…
Browse files Browse the repository at this point in the history
…1115)

(cherry picked from commit 119f5ce)
  • Loading branch information
krantheman authored and mergify[bot] committed Nov 28, 2023
1 parent bf4e03c commit 632ca2d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
15 changes: 14 additions & 1 deletion hrms/hr/doctype/employee_grievance/employee_grievance.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2021-06-21 12:51:01.499486",
"modified": "2023-11-28 16:27:28.626837",
"modified_by": "Administrator",
"module": "HR",
"name": "Employee Grievance",
Expand Down Expand Up @@ -251,11 +251,24 @@
"role": "HR User",
"share": 1,
"write": 1
},
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Employee",
"share": 1,
"write": 1
}
],
"search_fields": "subject,raised_by,grievance_against_party",
"sort_field": "modified",
"sort_order": "DESC",
"states": [],
"title_field": "subject",
"track_changes": 1
}
11 changes: 10 additions & 1 deletion hrms/hr/doctype/grievance_type/grievance_type.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-08-21 13:05:39.326191",
"modified": "2023-11-28 16:24:21.376870",
"modified_by": "Administrator",
"module": "HR",
"name": "Grievance Type",
Expand Down Expand Up @@ -65,6 +65,15 @@
"role": "HR User",
"share": 1,
"write": 1
},
{
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "Employee",
"share": 1
}
],
"quick_entry": 1,
Expand Down

0 comments on commit 632ca2d

Please sign in to comment.