mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-17 02:26:33 +00:00
fix: default permission for HR manager role
This commit is contained in:
@@ -480,7 +480,7 @@
|
||||
"index_web_pages_for_search": 1,
|
||||
"links": [],
|
||||
"max_attachments": 4,
|
||||
"modified": "2026-03-24 12:52:03.156389",
|
||||
"modified": "2026-03-25 17:32:36.262980",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Project",
|
||||
@@ -528,6 +528,10 @@
|
||||
{
|
||||
"read": 1,
|
||||
"role": "HR User"
|
||||
},
|
||||
{
|
||||
"read": 1,
|
||||
"role": "HR Manager"
|
||||
}
|
||||
],
|
||||
"quick_entry": 1,
|
||||
|
||||
@@ -423,7 +423,7 @@
|
||||
"is_tree": 1,
|
||||
"links": [],
|
||||
"max_attachments": 5,
|
||||
"modified": "2026-03-24 12:57:46.063009",
|
||||
"modified": "2026-03-25 17:35:27.323503",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Projects",
|
||||
"name": "Task",
|
||||
@@ -445,6 +445,10 @@
|
||||
{
|
||||
"read": 1,
|
||||
"role": "HR User"
|
||||
},
|
||||
{
|
||||
"read": 1,
|
||||
"role": "HR Manager"
|
||||
}
|
||||
],
|
||||
"quick_entry": 1,
|
||||
|
||||
Reference in New Issue
Block a user