mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-31 23:33:43 +00:00
fix: default perm for HR manager & HR user
This commit is contained in:
@@ -480,7 +480,7 @@
|
||||
"index_web_pages_for_search": 1,
|
||||
"links": [],
|
||||
"max_attachments": 4,
|
||||
"modified": "2026-03-25 17:32:36.262980",
|
||||
"modified": "2026-04-14 18:17:40.676750",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Project",
|
||||
@@ -526,12 +526,12 @@
|
||||
"share": 1
|
||||
},
|
||||
{
|
||||
"read": 1,
|
||||
"role": "HR User"
|
||||
"role": "HR User",
|
||||
"select": 1
|
||||
},
|
||||
{
|
||||
"read": 1,
|
||||
"role": "HR Manager"
|
||||
"role": "HR Manager",
|
||||
"select": 1
|
||||
}
|
||||
],
|
||||
"quick_entry": 1,
|
||||
|
||||
Reference in New Issue
Block a user